Home
last modified time | relevance | path

Searched refs:fOtherSize (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp40 fOtherSize(0), in AllocationInfo()
140 fOtherSize += size * count; in AddOtherAllocation()
205 PRINT(" other: %9lu, size: %9lu\n", fOtherCount, fOtherSize); in Dump()
207 heapSize += fOtherSize; in Dump()
H A DAllocationInfo.h59 size_t fOtherSize; variable