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

/haiku/src/system/kernel/
H A Dheap.cpp2175 int32 heapCount = MIN(smp_get_num_cpus(), local
2177 for (int32 i = 1; i < heapCount; i++) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp155 size_t heapCount = 0; local
176 heapCount += fAttributeCount;
180 heapCount += fDirectoryCount;
184 heapCount += fEntryCount;
188 heapCount += fFileCount;
192 heapCount += fSymLinkCount;
202 heapCount += fListCount;
206 heapCount += fOtherCount;
210 heapCount += fStringCount;
213 PRINT("heap: %9lu allocations, size: %9lu\n", heapCount, heapSiz
[all...]

Completed in 52 milliseconds