Data Fields | |
unsigned int | magicnum |
size_t | pool_size |
pool_header * | next |
pool_header * | nxtfree |
char * | buf_tag |
char | PaddingTo64bits [7-((sizeof(POOLHDR_UNALIGNED)-1)&7)] |
Definition at line 28 of file alloc.cpp.
char* pool_header::buf_tag |
Definition at line 34 of file alloc.cpp.
Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), pool_free_lbuf(), and pool_trace().
unsigned int pool_header::magicnum |
Definition at line 30 of file alloc.cpp.
Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), pool_free_lbuf(), and pool_trace().
struct pool_header* pool_header::next |
Definition at line 32 of file alloc.cpp.
Referenced by pool_alloc(), pool_alloc_lbuf(), pool_reset(), pool_trace(), and pool_vfy().
struct pool_header* pool_header::nxtfree |
Definition at line 33 of file alloc.cpp.
Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), pool_free_lbuf(), and pool_reset().
char pool_header::PaddingTo64bits[7-((sizeof(POOLHDR_UNALIGNED)-1)&7)] |
size_t pool_header::pool_size |
Definition at line 31 of file alloc.cpp.
Referenced by pool_alloc(), pool_alloc_lbuf(), pool_free(), and pool_free_lbuf().