Searched refs:commitSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DJSStack.cpp52 m_reservation = PageReservation::reserve(roundUpAllocationSize(capacity * sizeof(Register), commitSize), OSAllocator::JSVMStackPages);
81 long delta = roundUpAllocationSize(reinterpret_cast<char*>(newEnd) - reinterpret_cast<char*>(m_commitEnd), commitSize);
137 char* useableEnd = reinterpret_cast<char*>(reservationEnd()) - commitSize;
H A DJSStack.h66 static const size_t commitSize = 16 * 1024; member in class:JSC::JSStack

Completed in 82 milliseconds