Searched defs:reserveAndCommit (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/ |
D | OSAllocator.h | 70 inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool… in reserveAndCommit() function
|
D | OSAllocatorPosix.cpp | 46 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) in reserveAndCommit() function in WTF::OSAllocator
|
D | OSAllocatorWin.cpp | 49 void* OSAllocator::reserveAndCommit(size_t bytes, Usage, bool writable, bool executable) in reserveAndCommit() function in WTF::OSAllocator
|
D | OSAllocatorSymbian.cpp | 113 void* OSAllocator::reserveAndCommit(size_t bytes, Usage usage, bool writable, bool executable) in reserveAndCommit() function in WTF::OSAllocator
|