Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4570 enum { ALLOCATION_UNIT_SIZE = 8 }; enumerator
4647 const size_t needed = ((RoundUp(length / ALLOCATION_UNIT_SIZE, 256) / 256) * 2) + 17; in AppendChunk()
4665 length /= ALLOCATION_UNIT_SIZE; // Convert to allocation units. in AppendChunk()