Searched refs:allocateMemoryPages (Results 1 – 4 of 4) sorted by relevance
35 void *allocateMemoryPages(size_t bytes, int permissions, bool need_exec);
264 void *allocateMemoryPages(size_t bytes, int permissions, bool need_exec) in allocateMemoryPages() function
268 void *addr = rr::allocateMemoryPages( in allocateMappedMemory()
732 return (T *)allocateMemoryPages( in allocate()