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

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp37 fListCount(0),
143 fListCount += 1;
221 PRINT((" lists: %9lu, size: %9lu\n", fListCount, fListSize));
222 heapCount += fListCount;
H A DAllocationInfo.h60 size_t fListCount; member in class:AllocationInfo
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAllocationInfo.cpp37 fListCount(0),
143 fListCount += 1;
221 PRINT((" lists: %9lu, size: %9lu\n", fListCount, fListSize));
222 heapCount += fListCount;
H A DAllocationInfo.h60 size_t fListCount; member in class:AllocationInfo

Completed in 95 milliseconds