Home
last modified time | relevance | path

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

12

/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/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/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp53 INTERCEPTOR_ATTRIBUTE void *memalign(size_t alignment, size_t size) { in memalign() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp177 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
255 void *(*memalign)(uptr alignment, uptr bytes); member
265 void *(*memalign)(uptr alignment, uptr bytes); member
/external/perfetto/src/profiling/memory/
Dmalloc_interceptor_glibc_preload.cc89 void* memalign(size_t alignment, size_t size) { in memalign() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc113 void *memalign(size_t alignment, size_t size) { in memalign() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp47 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp140 void *memalign(size_t alignment, size_t size) { in memalign() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_malloc_linux.cpp159 INTERCEPTOR(void *, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc89 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/jemalloc_new/src/
Dzone.c29 void *(*memalign)(struct _malloc_zone_t *, size_t, size_t); member
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp112 INTERCEPTOR(void*, memalign, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_test.cpp344 TEST(AddressSanitizer, memalign) { in TEST() argument
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc320 TEST(AddressSanitizer, memalign) { in TEST() argument
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs635 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc179 INTERCEPTOR(void *, memalign, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp179 INTERCEPTOR(void *, memalign, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/hermit/
Dmod.rs990 pub fn memalign(align: ::size_t, nbytes: ::size_t) -> *mut ::c_void; in memalign() function
/external/rust/crates/libc/src/unix/redox/
Dmod.rs946 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc744 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp790 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs1406 pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void; in memalign() function

12