Home
last modified time | relevance | path

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

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