Searched refs:allocateNewPage (Results 1 – 2 of 2) sorted by relevance
184 return reinterpret_cast<uint8_t *>(allocateNewPage(numBytes, numBytes)); in fastAllocate()241 void *allocateNewPage(size_t numBytes, size_t allocationSize);
273 static_cast<unsigned char *>(allocateNewPage(numBytes, allocationSize)); in allocate()286 void *PoolAllocator::allocateNewPage(size_t numBytes, size_t allocationSize) in allocateNewPage() function in angle::PoolAllocator