PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Arena. More...
Data Fields | |
unsigned | magic |
Always set to ARENA_MAGIC. More... | |
struct desc * | desc |
Owning descriptor, null for big block. More... | |
size_t | free_cnt |
Free blocks; pages in big block. More... | |
struct desc* arena::desc |
Owning descriptor, null for big block.
Definition at line 53 of file malloc.c.
Referenced by arena_to_block(), block_size(), block_to_arena(), free(), and malloc().
size_t arena::free_cnt |
Free blocks; pages in big block.
Definition at line 54 of file malloc.c.
Referenced by block_size(), free(), and malloc().
unsigned arena::magic |
Always set to ARENA_MAGIC.
Definition at line 52 of file malloc.c.
Referenced by arena_to_block(), block_to_arena(), and malloc().