Home
last modified time | relevance | path

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

/external/jemalloc/test/integration/
Daligned_alloc.c15 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/
Daligned_alloc.c3 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/
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_jet.h17 # define aligned_alloc jet_aligned_alloc macro
Djemalloc_mangle.h17 # define aligned_alloc je_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/libcxx/include/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
162 using ::aligned_alloc;
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc87 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc93 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/jemalloc/
DAndroid.mk289 test/integration/aligned_alloc.c \
DAndroid.bp284 "test/integration/aligned_alloc.c",
DMakefile.in172 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
DChangeLog400 aligned_alloc().
568 - Implement aligned_alloc() (blame C11).
Dconfigure.ac517 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal…
/external/jemalloc/test/unit/
Ddecay.c77 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/
Dlibclang_rt.asan-x86_64.a.syms1095 aligned_alloc;
Dlibclang_rt.tsan-x86_64.a.syms1173 aligned_alloc;
Dlibclang_rt.msan-x86_64.a.syms1236 aligned_alloc;
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc187 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc812 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