This is the complete list of members for Allocator, including all inherited members.
_blocks (defined in Allocator) | Allocator | |
_blocksFreeList (defined in Allocator) | Allocator | |
_buckets (defined in Allocator) | Allocator | |
_bucketsLists (defined in Allocator) | Allocator | |
_bucketsMap (defined in Allocator) | Allocator | |
_checksum (defined in Allocator) | Allocator | |
_checksumByteLength (defined in Allocator) | Allocator | |
_config (defined in Allocator) | Allocator | |
_globals (defined in Allocator) | Allocator | |
_heap (defined in Allocator) | Allocator | |
_maxBlockIndexUsed (defined in Allocator) | Allocator | |
_meta (defined in Allocator) | Allocator | |
_replicate (defined in Allocator) | Allocator | |
_replicateByteLength (defined in Allocator) | Allocator | |
_root (defined in Allocator) | Allocator | |
BUCKET_COUNT | Allocator | static |
BUCKET_INVALID | Allocator | static |
DebugVerifyBucketIntegrity(Allocator *a, int index) (defined in Allocator) | Allocator | static |
GetBlock(int index) (defined in Allocator) | Allocator | |
GetBlock(long index) (defined in Allocator) | Allocator | |
GetBlockBucket(long index) (defined in Allocator) | Allocator | |
GetBlockForPointer(void *ptr) (defined in Allocator) | Allocator | |
GetBlockIndexForPointer(void *ptr) (defined in Allocator) | Allocator | |
GetBlockMemory(Block *block) (defined in Allocator) | Allocator | |
GetBlockMemory(long blockIndex) (defined in Allocator) | Allocator | |
GetBucket(int index) (defined in Allocator) | Allocator | |
GetBucketForBlock(Block *block) (defined in Allocator) | Allocator | |
GetBucketList(int index) (defined in Allocator) | Allocator | |
HEAP_ALIGNMENT | Allocator | static |
IsPointerInMeta(void *p) (defined in Allocator) | Allocator | |
Meta(void *p) (defined in Allocator) | Allocator | |
Meta(Ptr ptr) (defined in Allocator) | Allocator | |
PTR_SIZE (defined in Allocator) | Allocator | static |
REPLICATE_WORD_ALIGN | Allocator | static |
REPLICATE_WORD_SHIFT | Allocator | static |
REPLICATE_WORD_SIZE | Allocator | static |
SIZE (defined in Allocator) | Allocator | static |
TryAllocateSegmentFromBlock(Allocator *a, Bucket *bucket, Block *block, int size) (defined in Allocator) | Allocator | static |
WORD_BYTE_SIZE (defined in Allocator) | Allocator | static |
WORD_SHIFT (defined in Allocator) | Allocator | static |
WordCount(int size) (defined in Allocator) | Allocator | static |