HomeSort by relevance Sort by last modified time
    Searched refs:LOGV_HEAP (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/alloc/
HeapInternal.h 78 #define LOGV_HEAP(...) ((void)0)
81 #define LOGV_HEAP(...) ALOG(LOG_VERBOSE, HEAP_LOG_TAG, __VA_ARGS__)
Heap.cpp 491 LOGV_HEAP("Verifying roots and heap before GC");
601 LOGV_HEAP("Verifying roots and heap after GC");
633 LOGV_HEAP("GC finished");
637 LOGV_HEAP("Resuming threads");
HeapSource.cpp 882 LOGV_HEAP("softLimit of %zd.%03zdMB hit for %zd-byte allocation",
    [all...]

Completed in 287 milliseconds