/external/jemalloc/test/integration/ |
D | aligned_alloc.c | 15 p = aligned_alloc(alignment, 1); in TEST_BEGIN() 22 p = aligned_alloc(alignment + 1, 1); in TEST_BEGIN() 43 p = aligned_alloc(alignment, size); in TEST_BEGIN() 56 p = aligned_alloc(alignment, size); in TEST_BEGIN() 68 p = aligned_alloc(alignment, size); in TEST_BEGIN() 92 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/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_jet.h | 17 # define aligned_alloc jet_aligned_alloc macro
|
D | jemalloc_mangle.h | 17 # define aligned_alloc je_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/libcxx/include/ |
D | cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11 162 using ::aligned_alloc;
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 87 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 93 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
/external/jemalloc/ |
D | Android.mk | 289 test/integration/aligned_alloc.c \
|
D | Android.bp | 284 "test/integration/aligned_alloc.c",
|
D | Makefile.in | 172 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
|
D | ChangeLog | 400 aligned_alloc(). 568 - Implement aligned_alloc() (blame C11).
|
D | configure.ac | 517 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal…
|
/external/jemalloc/test/unit/ |
D | decay.c | 77 p = aligned_alloc(sizeof(size_t), huge0); in TEST_BEGIN()
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/ |
D | libclang_rt.asan-x86_64.a.syms | 1095 aligned_alloc;
|
D | libclang_rt.tsan-x86_64.a.syms | 1173 aligned_alloc;
|
D | libclang_rt.msan-x86_64.a.syms | 1236 aligned_alloc;
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 187 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 812 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
|