Searched refs:AllocateFast (Results 1 – 2 of 2) sorted by relevance
29 void* Allocator::AllocateFast(std::ptrdiff_t num_bytes) { in AllocateFast() function in ruy::Allocator51 if (void* p = AllocateFast(rounded_num_bytes)) { in AllocateBytes()
88 void* AllocateFast(std::ptrdiff_t num_bytes);
Completed in 5 milliseconds