Inherits IDisposable.
Classes | |
struct | Config |
Memory Allocator Configuration More... | |
Public Member Functions | |
void | Dispose () |
string | LogPointerInfo (void *p) |
LogPointerInfo More... | |
Static Public Member Functions | |
static Allocator | Create (Config config) |
Static Public Attributes | |
const int | BUCKET_COUNT = 57 |
Bucket Count More... | |
const byte | BUCKET_INVALID = 255 |
Bucket Invalid More... | |
const int | HEAP_ALIGNMENT = 8 |
Heap Alignment More... | |
const int | REPLICATE_WORD_ALIGN = REPLICATE_WORD_SIZE |
Replicate Word Align More... | |
const int | REPLICATE_WORD_SHIFT = 2 |
Replicate Word Shift More... | |
const int | REPLICATE_WORD_SIZE = 1 << REPLICATE_WORD_SHIFT |
Replicate Word Size More... | |
Memory Allocator
void Dispose | ( | ) |
string LogPointerInfo | ( | void * | p | ) |
LogPointerInfo
|
static |
Bucket Count
|
static |
Bucket Invalid
|
static |
Heap Alignment
|
static |
Replicate Word Align
|
static |
Replicate Word Shift
|
static |
Replicate Word Size