Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp37 fListCount(0), in AllocationInfo()
131 fListCount += 1; in AddListAllocation()
201 PRINT(" lists: %9lu, size: %9lu\n", fListCount, fListSize); in Dump()
202 heapCount += fListCount; in Dump()
H A DAllocationInfo.h56 size_t fListCount; variable