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

  /external/srec/portable/src/
pmemfixed.c 170 static unsigned int initialHeapSize = MEM_SIZE;
247 initialHeapSize = (unsigned int)size;
270 return (int)initialHeapSize;
303 if (initialHeapSize < usedHeapSize)
320 pHeap = (char*)malloc(initialHeapSize);
328 totalSystemAllocMem = initialHeapSize;
330 reservedHeapSize = initialHeapSize - usedHeapSize;
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jriext.h 81 jsize initialHeapSize;

Completed in 137 milliseconds