Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h87 uint32_t GetChunkSize() const { return m_chunk_size; } in GetChunkSize() function
94 uint32_t TotalChunks() const { return GetByteSize() / GetChunkSize(); } in TotalChunks()