HomeSort by relevance Sort by last modified time
    Searched defs:dvmHeapSourceAlloc (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/alloc/
Copying.cpp 583 void *dvmHeapSourceAlloc(size_t length)
634 return dvmHeapSourceAlloc(size);
637 /* TODO: refactor along with dvmHeapSourceAlloc */
646 addr = dvmHeapSourceAlloc(size);
    [all...]
HeapSource.cpp 863 void* dvmHeapSourceAlloc(size_t n)
914 void* ptr = dvmHeapSourceAlloc(n);
934 void* ptr = dvmHeapSourceAlloc(n);
945 ptr = dvmHeapSourceAlloc(n);
1065 * may be larger than the size passed to dvmHeapSourceAlloc().
    [all...]

Completed in 38 milliseconds