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