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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DOSAllocator.h65 WTF_EXPORT_PRIVATE static void* reserveAndCommit(size_t reserveSize, size_t commitSize, Usage = UnknownUsage, bool writable = true, bool executable = false);
75 inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable) argument
78 commit(base, commitSize, writable, executable);
H A DTCSystemAlloc.cpp498 size_t commitSize = min<size_t>(info.RegionSize, end - ptr); local
499 void* newAddress = VirtualAlloc(ptr, commitSize, MEM_COMMIT, PAGE_READWRITE);
501 ptr += commitSize;
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DJSStack.cpp61 m_reservation = PageReservation::reserve(WTF::roundUpToMultipleOf(commitSize, capacity), OSAllocator::JSVMStackPages);
95 delta = WTF::roundUpToMultipleOf(commitSize, delta);
H A DJSStack.h71 static const size_t commitSize = 16 * 1024; member in class:JSC::JSStack

Completed in 87 milliseconds