Home
last modified time | relevance | path

Searched defs:AlignedAlloc (Results 1 – 19 of 19) sorted by relevance

/external/libchrome/base/memory/
Daligned_memory.cc16 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
/external/cronet/tot/base/memory/
Daligned_memory.cc20 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
/external/cronet/stable/base/memory/
Daligned_memory.cc20 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
/external/angle/src/common/
Daligned_memory.cpp25 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() function
/external/pdfium/third_party/base/memory/
Daligned_memory.cc17 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
/external/libgav1/src/utils/
Dmemory.h60 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/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
Dnoncopyable_buffer.h136 static OwnedDataPtr AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_partition_alloc_unittest.cc136 TEST(PartitionAllocAsMalloc, AlignedAlloc) { in TEST() argument
Dallocator_shim_default_dispatch_to_partition_alloc.cc252 AlignedAlloc(size_t size, size_t alignment, void* context) { in AlignedAlloc() function in allocator_shim::internal::PartitionAllocFunctionsInternal
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_default_dispatch_to_partition_alloc_unittest.cc136 TEST(PartitionAllocAsMalloc, AlignedAlloc) { in TEST() argument
Dallocator_shim_default_dispatch_to_partition_alloc.cc252 AlignedAlloc(size_t size, size_t alignment, void* context) { in AlignedAlloc() function in allocator_shim::internal::PartitionAllocFunctionsInternal
/external/ComputeLibrary/tests/validation/NEON/UNIT/
DTensorAllocator.cpp255 TEST_CASE(AlignedAlloc, framework::DatasetMode::ALL) in TEST_CASE() argument
/external/perfetto/src/base/
Dutils.cc316 void* AlignedAlloc(size_t alignment, size_t size) { in AlignedAlloc() function
/external/libchrome/base/process/
Dmemory_unittest.cc198 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp282 TEST_F(ScudoWrappersCTest, AlignedAlloc) { in TEST_F() argument
/external/cronet/tot/base/process/
Dmemory_unittest.cc243 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
/external/cronet/stable/base/process/
Dmemory_unittest.cc243 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1852 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp2755 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local