#include <mem-arena.h>
Data Fields | |
btreenode * | btree_root |
dllnode * | list_array [LIST_ARRAY_SIZE] |
btreenode * | btree_root |
dllnode * | list_array [LIST_ARRAY_SIZE] |
int | maxbuf |
slotblock * | buf |
CmiInt8 | emptyslots |
Definition at line 194 of file isomalloc.C.
Definition at line 195 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 196 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.