HomeSort by relevance Sort by last modified time
    Searched full:whichheap (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_os_Debug.cpp 266 int whichHeap = HEAP_UNKNOWN;
275 prevHeap = whichHeap;
277 whichHeap = HEAP_UNKNOWN;
302 whichHeap = HEAP_NATIVE;
304 whichHeap = HEAP_NATIVE;
306 whichHeap = HEAP_STACK;
308 whichHeap = HEAP_SO;
311 whichHeap = HEAP_JAR;
314 whichHeap = HEAP_APK;
317 whichHeap = HEAP_TTF
    [all...]

Completed in 69 milliseconds