HomeSort by relevance Sort by last modified time
    Searched refs:ALLOCATION_UNIT_SIZE (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/alloc/
DdmHeap.cpp 188 #define ALLOCATION_UNIT_SIZE 8
221 size_t needed = (((length/ALLOCATION_UNIT_SIZE + 255) / 256) * 2) + 17;
261 length /= ALLOCATION_UNIT_SIZE; // convert to allocation units
390 * (((maximum_heap_size / ALLOCATION_UNIT_SIZE) + 255) / 256) * 2
  /art/runtime/
debugger.cc     [all...]

Completed in 212 milliseconds