#include <PoolAlloc.h>
◆ TAllocation()
glslang::TAllocation::TAllocation |
( |
size_t |
size, |
|
|
unsigned char * |
mem, |
|
|
TAllocation * |
prev = 0 |
|
) |
| |
|
inline |
◆ allocationSize()
static size_t glslang::TAllocation::allocationSize |
( |
size_t |
size | ) |
|
|
inlinestatic |
◆ check()
void glslang::TAllocation::check |
( |
| ) |
const |
|
inline |
◆ checkAllocList()
void glslang::TAllocation::checkAllocList |
( |
| ) |
const |
◆ checkGuardBlock()
void glslang::TAllocation::checkGuardBlock |
( |
unsigned char * |
blockMem, |
|
|
unsigned char |
val, |
|
|
const char * |
locText |
|
) |
| const |
|
private |
◆ data()
unsigned char* glslang::TAllocation::data |
( |
| ) |
const |
|
inlineprivate |
◆ headerSize()
static size_t glslang::TAllocation::headerSize |
( |
| ) |
|
|
inlinestaticprivate |
◆ offsetAllocation()
static unsigned char* glslang::TAllocation::offsetAllocation |
( |
unsigned char * |
m | ) |
|
|
inlinestatic |
◆ postGuard()
unsigned char* glslang::TAllocation::postGuard |
( |
| ) |
const |
|
inlineprivate |
◆ preGuard()
unsigned char* glslang::TAllocation::preGuard |
( |
| ) |
const |
|
inlineprivate |
◆ guardBlockBeginVal
const unsigned char glslang::TAllocation::guardBlockBeginVal = 0xfb |
|
staticprivate |
◆ guardBlockEndVal
const unsigned char glslang::TAllocation::guardBlockEndVal = 0xfe |
|
staticprivate |
◆ guardBlockSize
const size_t glslang::TAllocation::guardBlockSize = 0 |
|
staticprivate |
◆ mem
unsigned char* glslang::TAllocation::mem |
|
private |
◆ prevAlloc
◆ size
size_t glslang::TAllocation::size |
|
private |
◆ userDataFill
const unsigned char glslang::TAllocation::userDataFill = 0xcd |
|
staticprivate |
The documentation for this class was generated from the following files: