Searched refs:externalAllocPossible (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.c1312 externalAllocPossible(const HeapSource *hs, size_t n) function
1332 HSTRACE("externalAllocPossible(): "
1348 * The caller must ensure externalAllocPossible(hs, n) == true.
1362 assert(externalAllocPossible(hs, n)); // The caller must ensure this.
1431 if (!externalAllocPossible(hs, n)) {

Completed in 220 milliseconds