Searched refs:totalUsedSmall (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp1978 size_t totalUsedSmall = 0; local
2021 totalUsedSmall += usedSmall;
2035 kprintf(" small: %" B_PRIuSIZE "/%" B_PRIuSIZE "\n", totalUsedSmall,
2041 (totalUsedSmall * SLAB_CHUNK_SIZE_SMALL

Completed in 26 milliseconds