Home
last modified time | relevance | path

Searched defs:AllocAligned (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/
H A DWorkersPool.h31 struct AllocAligned { struct
53 // Free a T previously allocated via AllocAligned<T>::alloc() argument
69 void operator()(T* p) const { AllocAligned<T>::release(p); } in operator() argument
/aosp_15_r20/external/cronet/build/rust/tests/test_cpp_including_rust/
H A Dstatic_unittests.cc33 TEST(RustStaticTest, AllocAligned) { in TEST() argument
H A Dshared_unittests.cc33 TEST(RustSharedTest, AllocAligned) { in TEST() argument
/aosp_15_r20/external/angle/build/rust/tests/test_cpp_including_rust/
H A Dshared_unittests.cc35 TEST(RustSharedTest, AllocAligned) { in TEST() argument
H A Dstatic_unittests.cc36 TEST(RustStaticTest, AllocAligned) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/core/
H A Darena.h45 char* AllocAligned(const size_t size, const size_t alignment) { in AllocAligned() function
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Darena.h201 void* AllocAligned(const size_t size, const int align) { in AllocAligned() function
/aosp_15_r20/external/lzma/CPP/7zip/Common/
H A DFilterCoder.cpp23 void CAlignedMidBuffer::AllocAligned(size_t size) in AllocAligned() function in CAlignedMidBuffer