HomeSort by relevance Sort by last modified time
    Searched refs:failedAllocSize (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/
Profile.h 70 int failedAllocSize; // cumulative size of failed allocations
  /dalvik/vm/alloc/
Heap.cpp 377 gDvm.allocProf.failedAllocSize += size;
380 self->allocProf.failedAllocSize += size;

Completed in 86 milliseconds