Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A 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()
A Dallocator.h88 void* AllocateFast(std::ptrdiff_t num_bytes);

Completed in 5 milliseconds