Home
last modified time | relevance | path

Searched refs:_aligned_malloc (Results 1 – 25 of 51) sorted by relevance

123

/external/compiler-rt/test/asan/TestCases/Windows/
Daligned_mallocs.cc14 int *p = (int*)_aligned_malloc(1024 * sizeof(int), 32); in main()
19 p = (int*)_aligned_malloc(128, 128); in main()
Ddll_aligned_mallocs.cc17 int *p = (int*)_aligned_malloc(1024 * sizeof(int), 32); in test_function()
22 p = (int*)_aligned_malloc(128, 128); in test_function()
/external/OpenCL-CTS/test_common/harness/
Dmingw_compat.h25 #define __mingw_aligned_malloc _aligned_malloc
Dalloc.h35 return _aligned_malloc(size, alignment); in align_malloc()
/external/ruy/ruy/
Dsystem_aligned_alloc.cc31 return _aligned_malloc(num_bytes, kMinimumBlockAlignment); in SystemAlignedAlloc()
/external/rust/crates/libz-sys/src/zlib-ng/
Dzutil_p.h23 return (void *)_aligned_malloc(size, 64); in zng_alloc()
/external/mesa3d/src/util/
Dos_memory_stdc.h52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align)
/external/virglrenderer/src/mesa/util/
Dos_memory_stdc.h52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align)
/external/libchrome/base/memory/
Daligned_memory.cc22 ptr = _aligned_malloc(size, alignment); in AlignedAlloc()
/external/pdfium/third_party/base/memory/
Daligned_memory.cc23 ptr = _aligned_malloc(size, alignment); in AlignedAlloc()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Daligned_alloc.h33 return ::_aligned_malloc(__size, __alignment); in __libcpp_aligned_alloc()
/external/angle/src/common/
Daligned_memory.cpp30 ptr = _aligned_malloc(size, alignment); in AlignedAlloc()
/external/cronet/base/memory/
Daligned_memory.cc23 ptr = _aligned_malloc(size, alignment); in AlignedAlloc()
/external/clang/lib/Headers/
Dmm_malloc.h59 __mallocedMemory = _aligned_malloc(__size, __align); in _mm_malloc()
/external/pthreadpool/src/
Dmemory.c39 threadpool = _aligned_malloc(threadpool_size, PTHREADPOOL_CACHELINE_SIZE); in pthreadpool_allocate()
/external/XNNPACK/src/
Dallocator.c41 return _aligned_malloc(size, alignment); in xnn_aligned_allocate()
/external/gemmlowp/internal/
Dplatform.h57 return _aligned_malloc(size, alignment); in aligned_alloc()
/external/cronet/build/rust/std/
Dremap_alloc.cc94 return _aligned_malloc(size, align); in __rust_alloc()
/external/angle/build/rust/std/
Dremap_alloc.cc108 return _aligned_malloc(size, align); in __rust_alloc()
/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.cc29 return _aligned_malloc(size, minimum_alignment); in aligned_malloc()
/external/XNNPACK/src/xnnpack/
Daligned-allocator.h83 memory = _aligned_malloc(n * sizeof(T), Alignment);
/external/cronet/base/allocator/partition_allocator/shim/
Dallocator_shim_override_ucrt_symbols_win.h91 __declspec(restrict) void* _aligned_malloc(size_t size, size_t alignment) { in _aligned_malloc() function
/external/libcxx/src/
Dnew.cpp188 while ((p = _aligned_malloc(size, static_cast<size_t>(alignment))) == nullptr) in operator new()
/external/libcxxabi/src/
Dstdlib_new_delete.cpp149 while ((p = _aligned_malloc(size, static_cast<size_t>(alignment))) == nullptr) in operator new()
/external/tensorflow/tensorflow/tsl/platform/windows/
Dport.cc116 return _aligned_malloc(size, minimum_alignment); in AlignedMalloc()

123