OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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