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

  /dalvik/vm/alloc/
HeapInternal.h 90 #define LOGE_HEAP(...) ALOG(LOG_ERROR, HEAP_LOG_TAG, __VA_ARGS__)
Heap.cpp 106 LOGE_HEAP("card table startup failed.");
257 LOGE_HEAP("Out of memory on a %zd-byte allocation.", size);
502 LOGE_HEAP("dvmHeapBeginMarkStep failed; aborting");
HeapSource.cpp 406 LOGE_HEAP("No room to create any more heaps "
586 LOGE_HEAP("Can't allocate heap descriptor");
592 LOGE_HEAP("Can't allocate heap source");
621 LOGE_HEAP("Can't add initial heap");
625 LOGE_HEAP("Can't create liveBits");
629 LOGE_HEAP("Can't create markBits");
    [all...]
Copying.cpp 265 LOGE_HEAP("mmap: %s", strerror(errno));
277 LOGE_HEAP("munmap: %s", strerror(errno));
    [all...]

Completed in 156 milliseconds