HomeSort by relevance Sort by last modified time
    Searched defs:heapSize (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 119 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
drv.h 206 ULONG heapSize;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 127 UINT heapSize = 0;
155 heapSize =
157 if (heapSize) {
160 heapSize = PG_ALIGN_HIGH(heapSize, PG_SIZE_4K);
163 heapSize);
169 pAttrIn->uHeapSize = heapSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 118 RMS_WORD heapSize; /* size in MAUs of the node memory heap in
  /external/qemu/android/
main.c 1006 int heapSize;
1009 heapSize = 16;
1011 heapSize = 24;
1013 heapSize = 48;
1015 hw->vm_heapSize = heapSize;
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleHeap.java 132 long heapSize = (long)data.getInt() & 0x00ffffffff;
137 heapSize, bytesAllocated, objectsAllocated);
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 1161 milliseconds