Searched refs:ITEMS_PER_BLOCK (Results 1 – 1 of 1) sorted by relevance
381 for( int i = 0; i < ITEMS_PER_BLOCK - 1; ++i ) { in Alloc()384 blockItems[ITEMS_PER_BLOCK - 1].next = 0; in Alloc()437 enum { ITEMS_PER_BLOCK = (4 * 1024) / ITEM_SIZE }; enumerator448 Item items[ITEMS_PER_BLOCK];