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

/external/fio/
H A Dsmalloc.c26 #define SMALLOC_BPI (sizeof(unsigned int) * 8) macro
27 #define SMALLOC_BPL (SMALLOC_BPB * SMALLOC_BPI)
90 if (this_blocks + idx > SMALLOC_BPI) {
91 this_blocks = SMALLOC_BPI - idx;
92 idx = SMALLOC_BPI - this_blocks;
95 if (this_blocks == SMALLOC_BPI)
373 if (idx < SMALLOC_BPI)
377 while (idx >= SMALLOC_BPI) {
379 idx -= SMALLOC_BPI;

Completed in 61 milliseconds