Home
last modified time | relevance | path

Searched refs:RoundToPageSize (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dd8.cc81 if (RoundToPageSize(&length)) { in Allocate()
101 if (RoundToPageSize(&length)) return VirtualMemoryAllocate(length); in AllocateUninitialized()
113 if (RoundToPageSize(&length)) { in Free()
122 bool RoundToPageSize(size_t* length) { in RoundToPageSize() function in v8::__anon76e7e1f40111::ShellArrayBufferAllocator