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

  /dalvik/vm/alloc/
Heap.c 58 gDvm.allocationLimit = -1;
547 if (gDvm.allocationLimit >= 0) {
549 gDvm.allocationLimit = -1;
    [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.c 483 int oldLimit = gDvm.allocationLimit;
490 gDvm.allocationLimit = newLimit;
  /dalvik/vm/
Globals.h 571 int allocationLimit;

Completed in 761 milliseconds