Home
last modified time | relevance | path

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

/external/srec/portable/src/
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; in PortMallocInit()
234 return MEM_SIZE; in PortMallocGetPoolSize()
Dpmemfixed.c118 #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;
316 PORT_ASSERT(MEM_SIZE == KS_inqmap(HEAP_MAP)); in initAllMemPools()