OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmHeapSourceGetIdealFootprint
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/alloc/
HeapSource.h
152
size_t
dvmHeapSourceGetIdealFootprint
(void);
Heap.cpp
232
newHeapSize =
dvmHeapSourceGetIdealFootprint
();
HeapSource.cpp
[
all
...]
MarkSweep.cpp
46
size_t length =
dvmHeapSourceGetIdealFootprint
() * sizeof(Object*) /
Copying.cpp
708
size_t
dvmHeapSourceGetIdealFootprint
()
[
all
...]
Completed in 462 milliseconds