#include <memalloc.h>

Public Attributes | |
| struct blockInfo * | nextBlock |
| struct blockInfo * | prevBlock |
| struct chunkInfo * | nextFree |
| long int | size |
Definition at line 55 of file memalloc.h.
struct blockInfo* blockInfo::nextBlock [read] |
Definition at line 57 of file memalloc.h.
struct blockInfo* blockInfo::prevBlock [read] |
Definition at line 58 of file memalloc.h.
struct chunkInfo* blockInfo::nextFree [read] |
Definition at line 59 of file memalloc.h.
| long int blockInfo::size |
Definition at line 60 of file memalloc.h.
1.5.6