Searched defs:SMALLOC_BPI (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A Dsmalloc.c25 #define SMALLOC_BPI (sizeof(unsigned int) * 8) macro
26 #define SMALLOC_BPL (SMALLOC_BPB * SMALLOC_BPI)
116 if (this_blocks + idx > SMALLOC_BPI) {
117 this_blocks = SMALLOC_BPI - idx;
118 idx = SMALLOC_BPI - this_blocks;
121 if (this_blocks == SMALLOC_BPI)
400 if (idx < SMALLOC_BPI)
404 while (idx >= SMALLOC_BPI) {
406 idx -= SMALLOC_BPI;

Completed in 60 milliseconds