Home
last modified time | relevance | path

Searched defs:memalign (Results 1 – 25 of 59) sorted by relevance

123

/external/musl/src/malloc/
Dmemalign.c4 void *memalign(size_t align, size_t len) in memalign() function
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc88 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
158 void *(*memalign)(uptr alignment, uptr bytes); member
168 void *(*memalign)(uptr alignment, uptr bytes); member
/external/coreboot/payloads/libpayload/include/
Dstdlib.h96 #define memalign(a, s) ({ \ macro
/external/coreboot/src/lib/
Dmalloc.c22 void *memalign(size_t boundary, size_t size) in memalign() function
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h32 # define memalign je_memalign macro
Djemalloc_mangle_jet.h32 # define memalign jet_memalign macro
Djemalloc.h363 # define memalign je_memalign macro
/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h39 SHIM_ALWAYS_EXPORT void* memalign(size_t align, size_t s) __THROW { in memalign() function
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_override_libc_symbols.h59 SHIM_ALWAYS_EXPORT void* memalign(size_t align, size_t s) __THROW { in memalign() function
Dmalloc_zone_functions_apple.h55 memalign_type memalign; member
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/shim/
Dallocator_shim_override_libc_symbols.h59 SHIM_ALWAYS_EXPORT void* memalign(size_t align, size_t s) __THROW { in memalign() function
Dmalloc_zone_functions_apple.h55 memalign_type memalign; member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc113 void *memalign(size_t alignment, size_t size) { in memalign() function
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_glibc_preload.cc143 void* memalign(size_t alignment, size_t size) { in memalign() function
/external/coreboot/tests/lib/
Dmalloc-test.c8 #define memalign cb_memalign macro
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp47 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/
Dtrusty.rs83 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/
Dtrusty.rs83 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() function
/external/rust/android-crates-io/crates/libc/src/
Dtrusty.rs75 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() function
/external/trusty/lk/lib/heap/
Dheap_wrapper.c176 void *memalign(size_t boundary, size_t size) in memalign() function
/external/AFLplusplus/utils/libdislocator/
Dlibdislocator.so.c455 __attribute__((malloc)) __attribute__((alloc_size(2))) void *memalign( in memalign() function
/external/python/cpython3/Objects/mimalloc/
Dalloc-override.c264 void* memalign(size_t alignment, size_t size) { return mi_memalign(alignment, size); } in memalign() function
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc89 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/coreboot/payloads/libpayload/libc/
Dmalloc.c570 void *memalign(size_t align, size_t size) in memalign() function
/external/jemalloc_new/src/
Dzone.c29 void *(*memalign)(struct _malloc_zone_t *, size_t, size_t); member

123