OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOGD_HEAP
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
Heap.c
334
LOGD_HEAP
("dvmMalloc initiating GC%s\n",
799
LOGD_HEAP
("Elevating priority from %d to %d\n",
870
LOGD_HEAP
("GC! (%dms since last GC)\n",
873
LOGD_HEAP
("GC! (%d sec since last GC)\n",
890
LOGD_HEAP
("Marking...");
916
LOGD_HEAP
("Recursing...");
935
LOGD_HEAP
("Handling soft references...");
945
LOGD_HEAP
("Handling weak references...");
952
LOGD_HEAP
("Finding finalizations...");
965
LOGD_HEAP
("Handling phantom references...")
[
all
...]
HeapInternal.h
191
#define
LOGD_HEAP
(...) ((void)0)
194
#define
LOGD_HEAP
(...) LOG(LOG_DEBUG, HEAP_LOG_TAG, __VA_ARGS__)
HeapSource.c
[
all
...]
Completed in 7847 milliseconds