Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dallocator.cc29 void* Allocator::AllocateFast(std::ptrdiff_t num_bytes) { in AllocateFast() function in ruy::Allocator
51 if (void* p = AllocateFast(rounded_num_bytes)) { in AllocateBytes()
Dallocator.h88 void* AllocateFast(std::ptrdiff_t num_bytes);