Home
last modified time | relevance | path

Searched defs:posix_memalign (Results 1 – 15 of 15) sorted by relevance

/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h16 # define posix_memalign je_posix_memalign macro
Djemalloc_mangle_jet.h16 # define posix_memalign jet_posix_memalign macro
Djemalloc.h360 # define posix_memalign je_posix_memalign macro
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h26 # define posix_memalign je_posix_memalign macro
Djemalloc_mangle_jet.h26 # define posix_memalign jet_posix_memalign macro
Djemalloc.h357 # define posix_memalign je_posix_memalign macro
/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h51 SHIM_ALWAYS_EXPORT int posix_memalign(void** r, size_t a, size_t s) __THROW { in posix_memalign() function
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc129 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
169 int (*posix_memalign)(void **memptr, uptr alignment, uptr size); member
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc121 int posix_memalign(void **memptr, size_t alignment, size_t size) { in posix_memalign() function
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp63 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/harfbuzz_ng/src/
Dhb.hh113 #define posix_memalign hb_memalign_impl macro
524 #define posix_memalign _hb_memalign macro
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc101 INTERCEPTOR(int, posix_memalign, void **memptr, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc168 INTERCEPTOR(int, posix_memalign, void **memptr, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc777 TSAN_INTERCEPTOR(int, posix_memalign, void **memptr, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc3231 TEST(MemorySanitizer, posix_memalign) { in TEST() argument