Searched defs:reserveUncommitted (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A DOSAllocatorPosix.cpp36 void* OSAllocator::reserveUncommitted(size_t bytes, Usage usage, bool writable, bool executable) function in class:WTF::OSAllocator
H A DOSAllocatorWin.cpp41 void* OSAllocator::reserveUncommitted(size_t bytes, Usage, bool writable, bool executable) function in class:WTF::OSAllocator
H A DOSAllocatorSymbian.cpp77 void* OSAllocator::reserveUncommitted(size_t reservationSize, Usage usage, bool , bool executable) function in class:WTF::OSAllocator
87 // Inverse operation of reserveUncommitted()
96 // Commit what was previously reserved via reserveUncommitted()
99 // For code chunks, we commit (early) in reserveUncommitted(), so NOOP
115 void* base = reserveUncommitted(bytes, usage, writable, executable);
128 // - OSAllocator::reserveUncommitted() requests lead to 1 or more bits being set in map
131 // reserved via reserveUncommitted() previously.

Completed in 78 milliseconds