Home
last modified time | relevance | path

Searched refs:kMinimumBlockAlignment (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dsystem_aligned_alloc.cc31 return _aligned_malloc(num_bytes, kMinimumBlockAlignment); in SystemAlignedAlloc()
34 if (posix_memalign(&ptr, kMinimumBlockAlignment, num_bytes)) { in SystemAlignedAlloc()
A Dsystem_aligned_alloc.h42 constexpr std::ptrdiff_t kMinimumBlockAlignment = 64; variable
A Dallocator.cc50 round_up_pot(num_bytes, detail::kMinimumBlockAlignment); in AllocateBytes()

Completed in 3 milliseconds