Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp24 fAttributeCount(0), in AllocationInfo()
77 fAttributeCount++; in AddAttributeAllocation()
175 PRINT(" attributes: %9lu, size: %9lu\n", fAttributeCount, fAttributeSize); in Dump()
176 heapCount += fAttributeCount; in Dump()
177 heapSize += fAttributeCount * sizeof(Attribute); in Dump()
H A DAllocationInfo.h43 size_t fAttributeCount; variable