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

/art/runtime/
H A Ddebugger.cc4055 // (((maximum_heap_size / ALLOCATION_UNIT_SIZE) + 255) / 256) * 2
4123 enum { ALLOCATION_UNIT_SIZE = 8 }; enumerator in enum:art::HeapChunkContext::__anon36
4191 size_t needed = (((length/ALLOCATION_UNIT_SIZE + 255) / 256) * 2) + 17;
4205 length /= ALLOCATION_UNIT_SIZE; // Convert to allocation units.

Completed in 16 milliseconds