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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DPageAllocation.h89 static PageAllocation allocate(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false) argument
H A DOSAllocator.h34 class OSAllocator { class in namespace:WTF
H A DPageReservation.h104 static PageReservation reserve(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false) argument
110 static PageReservation reserveWithGuardPages(size_t size, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false) argument

Completed in 302 milliseconds