Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Target/
H A DMemory.h94 uint32_t TotalChunks() const { return GetByteSize() / GetChunkSize(); } in TotalChunks() function
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary64.h1136 const uptr TotalChunks = Region->MemMapInfo.AllocatedUser / BlockSize; getStats() local