Home
last modified time | relevance | path

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

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