Searched refs:MEM_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/srec/portable/src/
H A Dpmalloc.c87 #ifndef MEM_SIZE
89 #define MEM_SIZE MEM_SIZE_MB( 5 ) macro
101 static char memBuffer[MEM_SIZE];
106 static psize_t memSize = MEM_SIZE;
119 #define NUM_MEM_BINS __NUM_MEM_BINS(MEM_SIZE)
167 memSize = MEM_SIZE;
234 return MEM_SIZE;
H A Dpmemfixed.c52 defined by #define MEM_SIZE). This memory is used to a) create the fixed size memory pools
107 * #define MEM_SIZE
118 #ifndef MEM_SIZE
120 #define MEM_SIZE (10 * 1024 * 1024) /* 10 MBytes */ macro
163 static char pHeap[MEM_SIZE];
170 static unsigned int initialHeapSize = MEM_SIZE;
315 /* MEM_SIZE has better equal the size of HEAP_MAP's block. */
316 PORT_ASSERT(MEM_SIZE == KS_inqmap(HEAP_MAP));

Completed in 1267 milliseconds