Searched refs:NUM_MEM_BINS (Results 1 – 1 of 1) sorted by relevance
119 #define NUM_MEM_BINS __NUM_MEM_BINS(MEM_SIZE) macro120 static _Cell *binsFirstFreeCell[NUM_MEM_BINS+1] = {0};190 memset(binsFirstFreeCell, 0, sizeof(_Cell*)*(NUM_MEM_BINS + 1)); in PortMallocInit()