#include <mem-arena.h>
Data Fields | |
struct _dllnode * | previous |
struct _slotblock * | sb |
struct _dllnode * | next |
struct _dllnode * | previous |
struct _slotblock * | sb |
struct _dllnode * | next |
Definition at line 169 of file isomalloc.C.
struct _dllnode* _dllnode::previous [read] |
Definition at line 170 of file isomalloc.C.
Referenced by delete_list_array(), list_delete(), list_insert(), list_move(), new_slotset(), and print_list_array().
struct _slotblock* _dllnode::sb [read] |
Definition at line 171 of file isomalloc.C.
Referenced by btree_delete_int(), btree_insert(), btree_insert_int(), copy_slotblock(), get_slots(), list_insert(), list_move(), new_slotset(), and print_list_array().
struct _dllnode* _dllnode::next [read] |
Definition at line 172 of file isomalloc.C.
Referenced by delete_list_array(), get_slots(), list_delete(), list_insert(), list_move(), new_slotset(), and print_list_array().
struct _dllnode* _dllnode::previous [read] |
Definition at line 17 of file mem-arena.h.
struct _slotblock* _dllnode::sb [read] |
Definition at line 18 of file mem-arena.h.
struct _dllnode* _dllnode::next [read] |
Definition at line 19 of file mem-arena.h.