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

/external/srec/portable/src/
H A Dpmalloc.c116 #define __NUM_MEM_BINS(memPoolSize) (((memPoolSize)/BIN_SIZE) + 5) /* 5 = extra for roundoff */ macro
119 #define NUM_MEM_BINS __NUM_MEM_BINS(MEM_SIZE)
175 numMemBins = __NUM_MEM_BINS(memSize);

Completed in 142 milliseconds