#include <abyss.h>

Data Fields | |
| char | data [1] |
| char * | maxpos |
| struct _TPoolZone * | next |
| char * | pos |
| struct _TPoolZone * | prev |
Definition at line 270 of file abyss.h.
| char data |
Definition at line 275 of file abyss.h.
Referenced by PoolAlloc(), PoolReturn(), and PoolZoneAlloc().
| char * maxpos |
struct _TPoolZone * next [read] |
Definition at line 273 of file abyss.h.
Referenced by PoolAlloc(), PoolFree(), PoolReturn(), and PoolZoneAlloc().
| char * pos |
Definition at line 272 of file abyss.h.
Referenced by PoolAlloc(), PoolReturn(), and PoolZoneAlloc().
struct _TPoolZone * prev [read] |
Definition at line 273 of file abyss.h.
Referenced by PoolAlloc(), PoolReturn(), and PoolZoneAlloc().
1.5.6