OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnknownUsage
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
OSAllocator.h
38
UnknownUsage
= -1,
48
static void* reserveUncommitted(size_t, Usage =
UnknownUsage
, bool writable = true, bool executable = false);
60
static void* reserveAndCommit(size_t, Usage =
UnknownUsage
, bool writable = true, bool executable = false);
66
static void* reserveAndCommit(size_t reserveSize, size_t commitSize, Usage =
UnknownUsage
, bool writable = true, bool executable = false);
PageAllocationAligned.h
44
static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::
UnknownUsage
, bool writable = true, bool executable = false);
PageAllocation.h
99
static PageAllocation allocate(size_t size, OSAllocator::Usage usage = OSAllocator::
UnknownUsage
, bool writable = true, bool executable = false)
PageReservation.h
104
static PageReservation reserve(size_t size, OSAllocator::Usage usage = OSAllocator::
UnknownUsage
, bool writable = true, bool executable = false)
PageAllocationAligned.cpp
41
if (usage != OSAllocator::
UnknownUsage
)
Completed in 1791 milliseconds