Home
last modified time | relevance | path

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

/dalvik/vm/
DProfile.h76 int failedAllocSize; // cumulative size of failed allocations member
/dalvik/vm/alloc/
DHeap.c621 gDvm.allocProf.failedAllocSize += size; in dvmMalloc()
624 self->allocProf.failedAllocSize += size; in dvmMalloc()