Home | History | Annotate | Download | only in alloc

Lines Matching refs:dvmHeapSourceAlloc

583 void *dvmHeapSourceAlloc(size_t length)
634 return dvmHeapSourceAlloc(size);
637 /* TODO: refactor along with dvmHeapSourceAlloc */
646 addr = dvmHeapSourceAlloc(size);