Searched refs:LOGD_HEAP (Results 1 – 4 of 4) sorted by relevance
/dalvik/vm/alloc/ |
D | Heap.c | 327 LOGD_HEAP("dvmMalloc initiating GC%s\n", in gcForMalloc() 796 LOGD_HEAP("Elevating priority from %d to %d\n", in dvmCollectGarbageInternal() 866 LOGD_HEAP("GC! (%dms since last GC)\n", in dvmCollectGarbageInternal() 869 LOGD_HEAP("GC! (%d sec since last GC)\n", in dvmCollectGarbageInternal() 886 LOGD_HEAP("Marking..."); in dvmCollectGarbageInternal() 912 LOGD_HEAP("Recursing..."); in dvmCollectGarbageInternal() 931 LOGD_HEAP("Handling soft references..."); in dvmCollectGarbageInternal() 941 LOGD_HEAP("Handling weak references..."); in dvmCollectGarbageInternal() 948 LOGD_HEAP("Finding finalizations..."); in dvmCollectGarbageInternal() 961 LOGD_HEAP("Handling phantom references..."); in dvmCollectGarbageInternal() [all …]
|
D | HeapInternal.h | 210 #define LOGD_HEAP(...) ((void)0) macro 213 #define LOGD_HEAP(...) LOG(LOG_DEBUG, HEAP_LOG_TAG, __VA_ARGS__) macro
|
D | HeapSource.c | 1254 LOGD_HEAP("GC old usage %zd.%zd%%; now " in dvmHeapSourceGrowForUtilization() 1266 LOGD_HEAP("GC old usage %zd.%zd%%; now " in dvmHeapSourceGrowForUtilization() 1333 LOGD_HEAP("madvised %zd (GC) + %zd (native) = %zd total bytes\n", in dvmHeapSourceTrim()
|
D | MarkSweep.c | 974 LOGD_HEAP("dvmHeapHandleReferences(): cleared %zd, enqueued %zd %s references\n", numCleared, numEn… in dvmHeapHandleReferences()
|