Home
last modified time | relevance | path

Searched refs:heapAllocAndGrow (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/alloc/
DHeapSource.cpp906 static void* heapAllocAndGrow(HeapSource *hs, Heap *heap, size_t n) in heapAllocAndGrow() function
959 ptr = heapAllocAndGrow(hs, heap, n); in dvmHeapSourceAllocAndGrow()