OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocPages
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PageAllocator.h
66
WTF_EXPORT void*
allocPages
(void* addr, size_t len, size_t align);
69
// addr and len must match a previous call to
allocPages
().
PageAllocator.cpp
128
void*
allocPages
(void* addr, size_t len, size_t align)
PartitionAllocTest.cpp
[
all
...]
PartitionAlloc.cpp
346
char* superPage = reinterpret_cast<char*>(
allocPages
(requestedAddress, kSuperPageSize, kSuperPageSize));
592
char* ptr = reinterpret_cast<char*>(
allocPages
(0, mapSize, kSuperPageSize));
[
all
...]
Completed in 68 milliseconds