Home
last modified time | relevance | path

Searched refs:aligned_alloc (Results 1 – 21 of 21) sorted by relevance

/external/jemalloc/test/integration/
Daligned_alloc.c26 p = aligned_alloc(alignment, 1); in TEST_BEGIN()
33 p = aligned_alloc(alignment + 1, 1); in TEST_BEGIN()
54 p = aligned_alloc(alignment, size); in TEST_BEGIN()
67 p = aligned_alloc(alignment, size); in TEST_BEGIN()
79 p = aligned_alloc(alignment, size); in TEST_BEGIN()
104 ps[i] = aligned_alloc(alignment, size); in TEST_BEGIN()
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Daligned_alloc.c3 extern void *aligned_alloc (size_t alignment, size_t size);
5 volatile void *p = aligned_alloc(128, 1024); in main()
/external/compiler-rt/test/scudo/
Dmemalign.cpp14 extern "C" void *aligned_alloc (size_t alignment, size_t size);
33 p = aligned_alloc(alignment, size); in main()
/external/jemalloc/include/jemalloc/internal/
Dpublic_symbols.txt6 aligned_alloc:je_aligned_alloc
Dpublic_namespace.h6 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/external/jemalloc/include/jemalloc/
Djemalloc_mangle.h17 # define aligned_alloc je_aligned_alloc macro
Djemalloc_mangle_jet.h17 # define aligned_alloc jet_aligned_alloc macro
Djemalloc_protos.h.in19 void JEMALLOC_NOTHROW *@je_@aligned_alloc(size_t alignment,
Djemalloc.h336 # define aligned_alloc je_aligned_alloc macro
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/libcxx/include/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
157 using ::aligned_alloc;
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc93 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc95 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/jemalloc/test/unit/
Ddecay.c85 p = aligned_alloc(sizeof(size_t), huge0); in TEST_BEGIN()
/external/jemalloc/
DAndroid.bp297 "test/integration/aligned_alloc.c",
DMakefile.in195 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
DChangeLog535 aligned_alloc().
703 - Implement aligned_alloc() (blame C11).
Dconfigure.ac601 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal…
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc190 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc754 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1333 fun:aligned_alloc=uninstrumented