/external/jemalloc/test/integration/ |
D | aligned_alloc.c | 26 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/ |
D | aligned_alloc.c | 3 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/ |
D | memalign.cpp | 14 extern "C" void *aligned_alloc (size_t alignment, size_t size); 33 p = aligned_alloc(alignment, size); in main()
|
/external/jemalloc/include/jemalloc/internal/ |
D | public_symbols.txt | 6 aligned_alloc:je_aligned_alloc
|
D | public_namespace.h | 6 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle.h | 17 # define aligned_alloc je_aligned_alloc macro
|
D | jemalloc_mangle_jet.h | 17 # define aligned_alloc jet_aligned_alloc macro
|
D | jemalloc_protos.h.in | 19 void JEMALLOC_NOTHROW *@je_@aligned_alloc(size_t alignment,
|
D | jemalloc.h | 336 # define aligned_alloc je_aligned_alloc macro
|
/external/compiler-rt/lib/scudo/ |
D | scudo_interceptors.cpp | 59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/libcxx/include/ |
D | cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11 157 using ::aligned_alloc;
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 93 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 95 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/jemalloc/test/unit/ |
D | decay.c | 85 p = aligned_alloc(sizeof(size_t), huge0); in TEST_BEGIN()
|
/external/jemalloc/ |
D | Android.bp | 297 "test/integration/aligned_alloc.c",
|
D | Makefile.in | 195 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
|
D | ChangeLog | 535 aligned_alloc(). 703 - Implement aligned_alloc() (blame C11).
|
D | configure.ac | 601 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal…
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 190 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 754 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 1333 fun:aligned_alloc=uninstrumented
|