Searched refs:reserveSize (Results 1 - 1 of 1) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/ |
H A D | OSAllocator.h | 66 static void* reserveAndCommit(size_t reserveSize, size_t commitSize, Usage = UnknownUsage, bool writable = true, bool executable = false); 70 inline void* OSAllocator::reserveAndCommit(size_t reserveSize, size_t commitSize, Usage usage, bool writable, bool executable) argument 72 void* base = reserveUncommitted(reserveSize, usage, writable, executable);
|
Completed in 144 milliseconds