Module alloc

Source

Structsยง

AlignedHeap ๐Ÿ”’
BuddyAlloc
BuddyAllocParam
Entry ๐Ÿ”’
Node ๐Ÿ”’
UserAllocator
VmSettings ๐Ÿ”’

Constantsยง

HEAP_SIZE ๐Ÿ”’
LEAF_ALIGN_ERROR_MSG ๐Ÿ”’
LEAF_SIZE ๐Ÿ”’
MIN_LEAF_SIZE_ALIGN
required align to 16 bytes, since Node takes 16 bytes on 64-bits machine.
OOM_MSG ๐Ÿ”’
Buddy allocator

Staticsยง

ALLOCATOR
HEAP ๐Ÿ”’
VM ๐Ÿ”’

Functionsยง

bit_clear ๐Ÿ”’
bit_isset ๐Ÿ”’
bit_set ๐Ÿ”’
block_size_2base ๐Ÿ”’
first_up_k
log2 ๐Ÿ”’
nblock ๐Ÿ”’
roundup ๐Ÿ”’