/aosp_15_r20/external/trusty/musl/src/malloc/ |
D | aligned_alloc.c | 4 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/include/boost/align/detail/ |
D | aligned_alloc_sunos.hpp | 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
D | aligned_alloc_mingw.hpp | 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
D | aligned_alloc_android.hpp | 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
D | aligned_alloc_msvc.hpp | 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
D | aligned_alloc_posix.hpp | 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
D | aligned_alloc_macos.hpp | 19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
D | aligned_alloc.hpp | 21 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
D | aligned_alloc_new.hpp | 21 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
|
/aosp_15_r20/external/musl/src/malloc/oldmalloc/ |
H A D | aligned_alloc.c | 6 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
/aosp_15_r20/external/musl/src/malloc/mallocng/ |
H A D | aligned_alloc.c | 5 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | platform.h | 56 inline void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
|
/aosp_15_r20/external/ComputeLibrary/src/common/ |
H A D | AllocatorWrapper.cpp | 46 void *AllocatorWrapper::aligned_alloc(size_t size, size_t alignment) in aligned_alloc() function in arm_compute::AllocatorWrapper
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/ |
H A D | jemalloc_mangle_jet.h | 12 # define aligned_alloc jet_aligned_alloc macro
|
H A D | jemalloc_mangle.h | 12 # define aligned_alloc je_aligned_alloc macro
|
H A D | jemalloc.h | 343 # define aligned_alloc je_aligned_alloc macro
|
/aosp_15_r20/external/llvm-libc/src/__support/CPP/ |
H A D | new.h | 51 LIBC_INLINE static void *aligned_alloc(size_t s, std::align_val_t align, in aligned_alloc() function
|
/aosp_15_r20/bionic/linker/ |
H A D | linker_memory.cpp | 79 void* aligned_alloc(size_t alignment, size_t byte_count) { in aligned_alloc() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_override_libc_symbols.h | 63 SHIM_ALWAYS_EXPORT void* aligned_alloc(size_t align, size_t s) __THROW { in aligned_alloc() function
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | malloc_interceptor_glibc_preload.cc | 133 void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
|
/aosp_15_r20/bionic/libc/private/ |
H A D | bionic_malloc_dispatch.h | 77 MallocAlignedAlloc aligned_alloc; member
|
/aosp_15_r20/external/compiler-rt/lib/scudo/ |
H A D | scudo_interceptors.cpp | 59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | physmem-djgpp.c | 36 aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | malloc_common.cpp | 186 extern "C" void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
|
/aosp_15_r20/external/AFLplusplus/utils/libdislocator/ |
H A D | libdislocator.so.c | 472 __attribute__((malloc)) __attribute__((alloc_size(2))) void *aligned_alloc( in aligned_alloc() function
|