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

  /dalvik/vm/alloc/
HeapTable.c 93 LOGE_HEAP("Can't allocate a new large ref table\n");
99 LOGE_HEAP("Can't initialize a new large ref table\n");
128 LOGE_HEAP("Can't allocate a new large ref table\n");
HeapInternal.h 144 #define LOGE_HEAP(...) LOG(LOG_ERROR, HEAP_LOG_TAG, __VA_ARGS__)
Heap.c 89 LOGE_HEAP("card table startup failed.");
333 LOGE_HEAP("Out of memory on a %zd-byte allocation.\n", size);
473 LOGE_HEAP("dvmMalloc(): no room for any more "
707 LOGE_HEAP("dvmHeapBeginMarkStep failed; aborting\n");
    [all...]
HeapSource.c 369 LOGE_HEAP("Can't create VM heap of size (%u,%u): %s\n",
403 LOGE_HEAP("No room to create any more heaps "
522 LOGE_HEAP("Can't allocate heap descriptor\n");
529 LOGE_HEAP("Can't allocate heap source\n");
546 LOGE_HEAP("Can't add initial heap\n");
550 LOGE_HEAP("Can't create liveBits\n");
554 LOGE_HEAP("Can't create markBits\n");
    [all...]
Copying.c 271 LOGE_HEAP("mmap: %s", strerror(errno));
285 LOGE_HEAP("munmap: %s", strerror(errno));
    [all...]
MarkSweep.c 697 LOGE_HEAP("enqueueReference(): no room for any more "

Completed in 107 milliseconds