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 107 LOGE_HEAP("card table startup failed.");
258 LOGE_HEAP("Out of memory on a %zd-byte allocation.", size);
503 LOGE_HEAP("dvmHeapBeginMarkStep failed; aborting");
HeapSource.cpp 446 LOGE_HEAP("No room to create any more heaps "
629 LOGE_HEAP("Can't allocate heap descriptor");
635 LOGE_HEAP("Can't allocate heap source");
668 LOGE_HEAP("Can't add initial heap");
672 LOGE_HEAP("Can't create liveBits");
676 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 595 milliseconds