OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmHeapSourceGetImmuneLimit
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
HeapSource.h
195
void *
dvmHeapSourceGetImmuneLimit
(bool isPartial);
HeapSource.cpp
884
/* The only values generated by
dvmHeapSourceGetImmuneLimit
() */
[
all
...]
MarkSweep.cpp
97
ctx->immuneLimit = (char*)
dvmHeapSourceGetImmuneLimit
(isPartial);
Completed in 42 milliseconds