Searched defs:dvmHeapSourceAlloc (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/alloc/
H A DCopying.cpp583 void *dvmHeapSourceAlloc(size_t length) function
634 return dvmHeapSourceAlloc(size);
637 /* TODO: refactor along with dvmHeapSourceAlloc */
646 addr = dvmHeapSourceAlloc(size);
H A DHeapSource.cpp790 void* dvmHeapSourceAlloc(size_t n) function
841 void* ptr = dvmHeapSourceAlloc(n);
861 void* ptr = dvmHeapSourceAlloc(n);
872 ptr = dvmHeapSourceAlloc(n);
1019 * may be larger than the size passed to dvmHeapSourceAlloc().

Completed in 67 milliseconds