Searched defs:AllocatedBlock (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/util/
H A Darena.h62 struct AllocatedBlock { struct in class:re2::UnsafeArena
67 // The returned AllocatedBlock* is valid until the next call to AllocNewBlock
69 AllocatedBlock *AllocNewBlock(const size_t block_size);
71 const AllocatedBlock *IndexToBlock(int index) const;
80 AllocatedBlock first_blocks_[16]; // the length of this array is arbitrary
82 vector<AllocatedBlock>* overflow_blocks_;
/external/lldb/source/Target/
H A DMemory.cpp208 AllocatedBlock::AllocatedBlock (lldb::addr_t addr, function in class:AllocatedBlock
222 AllocatedBlock::~AllocatedBlock ()
227 AllocatedBlock::ReserveBlock (uint32_t size)
239 log->Printf ("[1] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, 0, needed_chunks, m_chunk_size);
257 log->Printf ("[2] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunks, m_chunk_size);
273 log->Printf ("[3] AllocatedBlock::ReserveBlock (size = %u (0x%x)) => offset = 0x%x, %u %u bit chunks", size, size, last_offset, needed_chunks, m_chunk_size);
334 log->Printf ("AllocatedBlock::ReserveBlock (size = %u (0x%x)) => 0x%16.16" PRIx64, size, size, (uint64_t)addr);
339 AllocatedBlock
[all...]
/external/lldb/include/lldb/Target/
H A DMemory.h80 class AllocatedBlock class in namespace:lldb_private
83 AllocatedBlock (lldb::addr_t addr,
88 ~AllocatedBlock ();
173 typedef std::shared_ptr<AllocatedBlock> AllocatedBlockSP;

Completed in 147 milliseconds