OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmHeapSourceGetRegions
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
HeapSource.h
77
void
dvmHeapSourceGetRegions
(uintptr_t *base, uintptr_t *max, size_t numHeaps);
HeapSource.cpp
831
void
dvmHeapSourceGetRegions
(uintptr_t *base, uintptr_t *max, size_t numHeaps)
[
all
...]
MarkSweep.cpp
924
dvmHeapSourceGetRegions
(base, max, numHeaps);
Completed in 26 milliseconds