Searched defs:AlignedAlloc (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/memory/ |
D | aligned_memory.cc | 16 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/external/libgav1/libgav1/src/utils/ |
D | memory.h | 60 inline void* AlignedAlloc(size_t alignment, size_t size) { in AlignedAlloc() function 68 inline void* AlignedAlloc(size_t alignment, size_t size) { in AlignedAlloc() function
|
/external/angle/src/common/ |
D | aligned_memory.cpp | 23 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() function
|
/external/tensorflow/tensorflow/stream_executor/tpu/ |
D | noncopyable_buffer.h | 122 static OwnedDataPtr AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/external/perfetto/src/base/ |
D | utils.cc | 245 void* AlignedAlloc(size_t alignment, size_t size) { in AlignedAlloc() function
|
/external/ComputeLibrary/tests/validation/NEON/UNIT/ |
D | TensorAllocator.cpp | 257 TEST_CASE(AlignedAlloc, framework::DatasetMode::ALL) in TEST_CASE() argument
|
/external/scudo/standalone/tests/ |
D | wrappers_c_test.cpp | 147 TEST(ScudoWrappersCTest, AlignedAlloc) { in TEST() argument
|
/external/libchrome/base/process/ |
D | memory_unittest.cc | 198 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1852 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local
|