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 790 void* dvmHeapSourceAlloc(size_t n)
841 void* ptr = dvmHeapSourceAlloc(n);
861 void* ptr = dvmHeapSourceAlloc(n);
872 ptr = dvmHeapSourceAlloc(n);
1019 * may be larger than the size passed to dvmHeapSourceAlloc().
    [all...]

Completed in 55 milliseconds