Searched refs:parseMemoryAmount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapStatistics.h43 static size_t parseMemoryAmount(char*);
H A DHeapStatistics.cpp142 size_t HeapStatistics::parseMemoryAmount(char* s) function in class:JSC::HeapStatistics
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOptions.cpp187 gcMaxHeapSize() = getenv("GCMaxHeapSize") ? HeapStatistics::parseMemoryAmount(getenv("GCMaxHeapSize")) : 0;

Completed in 196 milliseconds