22 #ifndef _ADUNMEMORYMANAGER_
23 #define _ADUNMEMORYMANAGER_
55 struct mallinfo mem_struct;
58 struct NSZoneStats matrixStats;
67 + (id) appMemoryManager;
71 - (void*) allocateArrayOfSize: (
size_t) size;
74 - (void) freeArray: (
void*)array;
78 - (void) freeMatrix: (
AdMatrix*) matrix;
82 - (void) freeIntMatrix: (
IntMatrix*) matrix;
89 - (
AdMatrix*) allocateMatrixWithRows: (
int) no_rows withColumns: (
int) no_columns;
96 - (
IntMatrix*) allocateIntMatrixWithRows: (
int) no_rows withColumns: (
int) no_columns;