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

  /dalvik/vm/alloc/
Heap.c 59 gDvm.allocationLimit = -1;
449 if (gDvm.allocationLimit >= 0) {
451 gDvm.allocationLimit = -1;
    [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.c 477 int oldLimit = gDvm.allocationLimit;
484 gDvm.allocationLimit = newLimit;
  /dalvik/vm/
Globals.h 596 int allocationLimit;

Completed in 91 milliseconds