Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c119 #define NUM_MEM_BINS __NUM_MEM_BINS(MEM_SIZE) macro
120 static _Cell *binsFirstFreeCell[NUM_MEM_BINS+1] = {0};
190 memset(binsFirstFreeCell, 0, sizeof(_Cell*)*(NUM_MEM_BINS + 1)); in PortMallocInit()