Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h92 uint32_t TotalChunks() const { return GetByteSize() / GetChunkSize(); } in TotalChunks() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h642 const uptr TotalChunks = Region->AllocatedUser / getSizeByClassId(ClassId); in getStats() local