Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dallocator.cc45 void* Allocator::AllocateBytes(std::ptrdiff_t num_bytes) { in AllocateBytes() function in ruy::Allocator
78 void* p = AllocateBytes(num_bytes + kMinPeriod); in AllocateBytesAvoidingAliasingWith()
96 return AllocateBytes(num_bytes); in AllocateBytesAvoidingAliasingWith()
A Dallocator.h64 void* AllocateBytes(std::ptrdiff_t num_bytes);
72 return static_cast<T*>(AllocateBytes(count * sizeof(T))); in Allocate()
A Dallocator_test.cc76 allocator.AllocateBytes(1); in TEST()
94 allocator.AllocateBytes(1); in TEST()
A Dprepare_packed_matrices.cc89 packed_matrix.sums = allocator->AllocateBytes(SumsBytes(packed_matrix)); in PreparePackedMatrices()

Completed in 4 milliseconds