Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dallocator.cc38 void* Allocator::AllocateSlow(std::ptrdiff_t num_bytes) { in AllocateSlow() function in ruy::Allocator
54 return AllocateSlow(rounded_num_bytes); in AllocateBytes()
Dallocator.h89 void* AllocateSlow(std::ptrdiff_t num_bytes);