Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dallocator.cc41 fallback_blocks_.push_back(p); in AllocateSlow()
102 if (fallback_blocks_.empty()) { in FreeAll()
117 for (void* p : fallback_blocks_) { in FreeAll()
120 fallback_blocks_.clear(); in FreeAll()
A Dallocator.h94 std::vector<void*> fallback_blocks_; variable

Completed in 10 milliseconds