Home
last modified time | relevance | path

Searched refs:SystemAlignedAlloc (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dallocator.cc39 void* p = detail::SystemAlignedAlloc(num_bytes); in AllocateSlow()
114 ptr_ = detail::SystemAlignedAlloc(new_size); in FreeAll()
A Dprepacked_cache.cc31 packed_matrix->data = detail::SystemAlignedAlloc(data_bytes); in AllocateBuffers()
36 packed_matrix->sums = detail::SystemAlignedAlloc(sums_bytes); in AllocateBuffers()
A Dsystem_aligned_alloc.h46 void* SystemAlignedAlloc(std::ptrdiff_t num_bytes);
A Dsystem_aligned_alloc.cc29 void *SystemAlignedAlloc(std::ptrdiff_t num_bytes) { in SystemAlignedAlloc() function

Completed in 6 milliseconds