Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4123 enum { ALLOCATION_UNIT_SIZE = 8 }; enumerator
4191 size_t needed = (((length/ALLOCATION_UNIT_SIZE + 255) / 256) * 2) + 17; in AppendChunk()
4205 length /= ALLOCATION_UNIT_SIZE; // Convert to allocation units. in AppendChunk()