
#include <mem-arena.h>

Data Fields | |
| btreenode * | btree_root |
| dllnode * | list_array [LIST_ARRAY_SIZE] |
| int | maxbuf |
| slotblock * | buf |
| CmiInt8 | emptyslots |
| btreenode * | btree_root |
| dllnode * | list_array [LIST_ARRAY_SIZE] |
| slotblock * | buf |
Definition at line 179 of file isomalloc.c.
Definition at line 180 of file isomalloc.c.
Referenced by delete_slotset(), free_slots(), grab_slots(), new_slotset(), and print_slots().
| dllnode* _slotset::list_array[LIST_ARRAY_SIZE] |
Definition at line 181 of file isomalloc.c.
Referenced by delete_list_array(), get_slots(), list_delete(), list_insert(), list_move(), new_slotset(), and print_list_array().
Definition at line 42 of file mem-arena.h.
| dllnode* _slotset::list_array[LIST_ARRAY_SIZE] |
Definition at line 43 of file mem-arena.h.
Definition at line 57 of file mem-arena.h.
1.5.5