Data Fields | |
struct lock | lock |
struct bitmap * | used_map |
uint8_t * | base |
Definition at line 30 of file palloc.c.
struct lock pool::lock [read] |
struct bitmap* pool::used_map [read] |
Definition at line 33 of file palloc.c.
Referenced by init_pool(), page_from_pool(), palloc_free_multiple(), and palloc_get_multiple().
Definition at line 34 of file palloc.c.
Referenced by init_pool(), page_from_pool(), palloc_free_multiple(), and palloc_get_multiple().