Searched defs:memalign (Results 1 - 6 of 6) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc111 void *memalign(size_t alignment, size_t size) { function
139 void *__libc_memalign(size_t alignment, size_t size) ALIAS("memalign");
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h32 # define memalign je_memalign macro
H A Djemalloc_mangle_jet.h32 # define memalign jet_memalign macro
H A Djemalloc.h211 # define memalign je_memalign macro
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c410 void* MC_(memalign) ( ThreadId tid, SizeT alignB, SizeT n ) function
412 if (MC_(record_fishy_value_error)(tid, "memalign", "size", n)) {
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h604 #define memalign(A,B) malloc(B) macro
608 *out = memalign(al, size);

Completed in 486 milliseconds