Home
last modified time | relevance | path

Searched defs:aligned_alloc (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/external/trusty/musl/src/malloc/
Daligned_alloc.c4 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/
Daligned_alloc_sunos.hpp19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
Daligned_alloc_mingw.hpp19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
Daligned_alloc_android.hpp19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
Daligned_alloc_msvc.hpp19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
Daligned_alloc_posix.hpp19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
Daligned_alloc_macos.hpp19 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
Daligned_alloc.hpp21 aligned_alloc(std::size_t alignment, std::size_t size) BOOST_NOEXCEPT in aligned_alloc() function
Daligned_alloc_new.hpp21 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 Daligned_alloc.c6 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/aosp_15_r20/external/musl/src/malloc/mallocng/
H A Daligned_alloc.c5 void *aligned_alloc(size_t align, size_t len) in aligned_alloc() function
/aosp_15_r20/external/gemmlowp/internal/
H A Dplatform.h56 inline void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
/aosp_15_r20/external/ComputeLibrary/src/common/
H A DAllocatorWrapper.cpp46 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 Djemalloc_mangle_jet.h12 # define aligned_alloc jet_aligned_alloc macro
H A Djemalloc_mangle.h12 # define aligned_alloc je_aligned_alloc macro
H A Djemalloc.h343 # define aligned_alloc je_aligned_alloc macro
/aosp_15_r20/external/llvm-libc/src/__support/CPP/
H A Dnew.h51 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 Dlinker_memory.cpp79 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 Dallocator_shim_override_libc_symbols.h63 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 Dmalloc_interceptor_glibc_preload.cc133 void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
/aosp_15_r20/bionic/libc/private/
H A Dbionic_malloc_dispatch.h77 MallocAlignedAlloc aligned_alloc; member
/aosp_15_r20/external/compiler-rt/lib/scudo/
H A Dscudo_interceptors.cpp59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/aosp_15_r20/external/pciutils/lib/
H A Dphysmem-djgpp.c36 aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
/aosp_15_r20/bionic/libc/bionic/
H A Dmalloc_common.cpp186 extern "C" void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
/aosp_15_r20/external/AFLplusplus/utils/libdislocator/
H A Dlibdislocator.so.c472 __attribute__((malloc)) __attribute__((alloc_size(2))) void *aligned_alloc( in aligned_alloc() function

123