Searched refs:incStats (Results 1 – 3 of 3) sorted by relevance
/haiku/src/system/libroot/posix/malloc/hoard2/ |
H A D | heapstats.h | 40 inline void incStats(int updateU, int updateA); 69 heapStats::incStats(int updateU, int updateA) in incStats() function
|
H A D | heap.h | 168 inline void incStats(int sizeclass, int updateU, int updateA); 226 hoardHeap::incStats(int sizeclass, int updateU, int updateA) in incStats() function 233 _stats[sizeclass].incStats(updateU, updateA); in incStats() 523 incStats(sizeclass, in reuse()
|
H A D | heap.cpp | 169 incStats(sizeclass, sb->getNumBlocks() - sb->getNumAvailable(), in insertSuperblock() 402 incStats(sizeclass, in freeBlock()
|