/aosp_15_r20/external/libgav1/src/utils/ |
H A 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
|
/aosp_15_r20/system/extras/zram-perf/ |
H A D | zram-perf.cpp | 39 class AlignedAlloc { class 42 AlignedAlloc(size_t size, size_t align) { in AlignedAlloc() function in AlignedAlloc
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | aligned_memory.cc | 16 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | aligned_memory.cc | 19 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/aosp_15_r20/external/angle/src/common/ |
H A D | aligned_memory.cpp | 25 void *AlignedAlloc(size_t size, size_t alignment) in AlignedAlloc() function
|
/aosp_15_r20/external/pdfium/third_party/base/memory/ |
H A D | aligned_memory.cc | 17 void* AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
H A D | noncopyable_buffer.h | 136 static OwnedDataPtr AlignedAlloc(size_t size, size_t alignment) { in AlignedAlloc() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_default_dispatch_to_partition_alloc_unittest.cc | 134 TEST(PartitionAllocAsMalloc, AlignedAlloc) { in TEST() argument
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/UNIT/ |
H A D | TensorAllocator.cpp | 255 TEST_CASE(AlignedAlloc, framework::DatasetMode::ALL) in TEST_CASE() argument
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | utils.cc | 315 void* AlignedAlloc(size_t alignment, size_t size) { in AlignedAlloc() function
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | memory_unittest.cc | 198 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | wrappers_c_test.cpp | 282 TEST_F(ScudoWrappersCTest, AlignedAlloc) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | memory_unittest.cc | 238 TEST_F(OutOfMemoryDeathTest, AlignedAlloc) { in TEST_F() argument
|
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 474 static void AlignedAlloc() { in AlignedAlloc() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1852 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2755 auto AlignedAlloc = MIRBuilder.buildAnd(IntPtrTy, AllocAdd, AlignCst); in translateAlloca() local
|