/external/libchrome/base/memory/ |
D | aligned_memory.cc | 16 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/external/cronet/tot/base/memory/ |
D | aligned_memory.cc | 20 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/external/cronet/stable/base/memory/ |
D | aligned_memory.cc | 20 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/external/angle/src/common/ |
D | aligned_memory.cpp | 25 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() function
|
/external/pdfium/third_party/base/memory/ |
D | aligned_memory.cc | 17 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/external/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/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
D | noncopyable_buffer.h | 136 static OwnedDataPtr AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/ |
D | allocator_shim_default_dispatch_to_partition_alloc_unittest.cc | 136 TEST(PartitionAllocAsMalloc, AlignedAlloc) { in TEST() argument
|
D | allocator_shim_default_dispatch_to_partition_alloc.cc | 252 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/ |
D | allocator_shim_default_dispatch_to_partition_alloc_unittest.cc | 136 TEST(PartitionAllocAsMalloc, AlignedAlloc) { in TEST() argument
|
D | allocator_shim_default_dispatch_to_partition_alloc.cc | 252 AlignedAlloc(size_t size, size_t alignment, void* context) { in AlignedAlloc() function in allocator_shim::internal::PartitionAllocFunctionsInternal
|
/external/ComputeLibrary/tests/validation/NEON/UNIT/ |
D | TensorAllocator.cpp | 255 TEST_CASE(AlignedAlloc, framework::DatasetMode::ALL) in TEST_CASE() argument
|
/external/perfetto/src/base/ |
D | utils.cc | 316 void* AlignedAlloc(size_t alignment, size_t size) { in AlignedAlloc() function
|
/external/libchrome/base/process/ |
D | memory_unittest.cc | 198 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
|
/external/scudo/standalone/tests/ |
D | wrappers_c_test.cpp | 282 TEST_F(ScudoWrappersCTest, AlignedAlloc) { in TEST_F() argument
|
/external/cronet/tot/base/process/ |
D | memory_unittest.cc | 243 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
|
/external/cronet/stable/base/process/ |
D | memory_unittest.cc | 243 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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 2755 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local
|