Home
last modified time | relevance | path

Searched refs:aligned_alloc (Results 1 – 18 of 18) 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.h17 # define aligned_alloc je_aligned_alloc macro
Djemalloc_mangle_jet.h17 # define aligned_alloc jet_aligned_alloc macro
Djemalloc_protos.h.in15 JEMALLOC_EXPORT void *@je_@aligned_alloc(size_t alignment, size_t size)
Djemalloc.h196 # define aligned_alloc je_aligned_alloc macro
/external/libcxx/include/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
154 using ::aligned_alloc;
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc70 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/jemalloc/
DAndroid.mk249 test/integration/aligned_alloc.c \
DMakefile.in145 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
DChangeLog232 aligned_alloc().
400 - Implement aligned_alloc() (blame C11).
Dconfigure.ac455 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal…
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc93 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/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.cc838 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