Searched refs:totalCount (Results 1 - 5 of 5) sorted by path

/haiku/src/kits/tracker/
H A DFSUtils.cpp128 BObjectList<entry_ref>* refList, ssize_t blockSize, int32* totalCount,
2611 BObjectList<entry_ref>* refList, ssize_t blockSize, int32* totalCount,
2663 *totalCount += (fileCount + dirCount);
2983 int32 totalCount = 0; local
3003 &totalCount, &totalSize);
3010 totalCount--;
3014 loopControl.Init(totalCount, totalCount);
2610 CalcItemsAndSize(CopyLoopControl* loopControl, BObjectList<entry_ref>* refList, ssize_t blockSize, int32* totalCount, off_t* totalSize) argument
/haiku/src/system/kernel/
H A Dguarded_heap.cpp814 uint32 totalCount = 0; local
838 totalCount++;
846 "\n", totalCount, totalSize);
H A Dheap.cpp440 uint32 totalCount = 0; local
493 totalCount++;
514 totalCount++;
528 kprintf("total allocations: %" B_PRIu32 "; total bytes: %zu\n", totalCount, totalSize);
561 uint32 totalCount = 0; local
611 totalCount++;
641 totalCount++;
654 totalCount, totalSize);
/haiku/src/system/kernel/vm/
H A Dvm.cpp3538 uint32 totalCount = 0; local
3545 totalCount++;
3572 "per cache tree...\n\n", totalCount, rootCount, sortByPageCount ?
/haiku/src/system/libroot/posix/malloc_debug/
H A Dheap.cpp282 uint32 totalCount = 0; local
328 totalCount++;
354 totalCount++;
366 printf("total allocations: %" B_PRIu32 "; total bytes: %" B_PRIuSIZE "\n", totalCount,

Completed in 108 milliseconds