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 190 #define LOGV_HEAP(...) ((void)0)
193 #define LOGV_HEAP(...) LOG(LOG_VERBOSE, HEAP_LOG_TAG, __VA_ARGS__)
Heap.c 772 LOGV_HEAP("%s starting -- suspending threads\n", GcReasonStr[reason]);
    [all...]
HeapSource.c 298 LOGV_HEAP("Creating VM heap of size %u\n", startSize);
672 LOGV_HEAP("softLimit of %zd.%03zdMB hit for %zd-byte allocation\n",
    [all...]

Completed in 38 milliseconds