#include <memalloc.h>

Public Attributes | |
| long int | MemoryAmount |
| long int | MemoryCalls |
| intBool | ConserveMemory |
| int(* | OutOfMemoryFunction )(void *, size_t) |
| struct memoryPtr * | TempMemoryPtr |
| struct memoryPtr ** | MemoryTable |
| size_t | TempSize |
Definition at line 122 of file memalloc.h.
| long int memoryData::MemoryAmount |
Definition at line 124 of file memalloc.h.
| long int memoryData::MemoryCalls |
Definition at line 125 of file memalloc.h.
| intBool memoryData::ConserveMemory |
Definition at line 126 of file memalloc.h.
| int(* memoryData::OutOfMemoryFunction)(void *, size_t) |
struct memoryPtr* memoryData::TempMemoryPtr [read] |
Definition at line 134 of file memalloc.h.
struct memoryPtr** memoryData::MemoryTable [read] |
Definition at line 135 of file memalloc.h.
| size_t memoryData::TempSize |
Definition at line 136 of file memalloc.h.
1.5.6