Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h92 uint32_t TotalChunks() const { return GetByteSize() / GetChunkSize(); } in TotalChunks() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h415 const uptr TotalChunks = Region->AllocatedUser / getSizeByClassId(ClassId); in getStats() local
422 TotalChunks, Rss >> 10, Region->ReleaseInfo.RangesReleased, in getStats()