/external/llvm-project/compiler-rt/test/scudo/ |
D | memalign.c | 47 p = memalign(alignment, size - (2 * sizeof(void *) * k)); in main() 59 p = memalign(alignment, 0x1000 - (2 * sizeof(void *) * k)); in main() 68 p = memalign(alignment - 1, size); in main() 94 void *p = memalign(16, 16); in main()
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cc | 88 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument 158 void *(*memalign)(uptr alignment, uptr bytes); member 168 void *(*memalign)(uptr alignment, uptr bytes); member 177 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 181 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
/external/compiler-rt/test/scudo/ |
D | memalign.cpp | 24 p = memalign(alignment, size); in main() 39 p = memalign(alignment - 1, size); in main()
|
D | mismatch.cpp | 33 int *p = (int *)memalign(0x10, 0x10); in main()
|
D | realloc.cpp | 60 p = memalign(16, size); in main()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_malloc_linux.cpp | 177 INTERCEPTOR(void*, memalign, uptr boundary, uptr size) { in INTERCEPTOR() argument 255 void *(*memalign)(uptr alignment, uptr bytes); member 265 void *(*memalign)(uptr alignment, uptr bytes); member 274 WRAP(realloc), WRAP(memalign), WRAP(malloc_usable_size)}; 278 WRAP(malloc), WRAP(malloc_usable_size), WRAP(memalign),
|
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_malloc.h | 124 extern void* memalign(size_t, size_t); 126 #define opj_aligned_malloc(size) memalign(16, (size)) 128 #define opj_aligned_32_malloc(size) memalign(32, (size))
|
D | 0034-opj_malloc.patch | 101 + extern void* memalign(size_t, size_t); 103 + #define opj_aligned_malloc(size) memalign(16, (size)) 105 + #define opj_aligned_32_malloc(size) memalign(32, (size))
|
/external/linux-kselftest/tools/testing/selftests/powerpc/copyloops/ |
D | validate.c | 69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop() 70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop()
|
/external/scudo/standalone/tests/ |
D | wrappers_c_test.cpp | 102 P = memalign(Align, Size); in TEST() 114 P = memalign(Alignment, Size); in TEST() 128 EXPECT_EQ(memalign(4096U, SIZE_MAX), nullptr); in TEST() 135 P = memalign(Alignment, 1024U); in TEST() 200 P = memalign(Alignment, Size); in TEST()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 79 s1 = memalign(128, alloc_size); in testcase() 85 s2 = memalign(128, alloc_size); in testcase()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | wrappers_c_test.cpp | 91 P = memalign(Alignment, Size); in TEST() 105 EXPECT_EQ(memalign(4096U, SIZE_MAX), nullptr); in TEST() 112 P = memalign(Alignment, 1024U); in TEST() 177 P = memalign(Alignment, Size); in TEST()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_preload.map.txt | 9 memalign;
|
/external/libchrome/base/memory/ |
D | aligned_memory.cc | 29 ptr = memalign(alignment, size); in AlignedAlloc()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | large_allocator_unpoisons_on_free.cpp | 16 return memalign(boundary, size); in my_memalign()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | large_allocator_unpoisons_on_free.cc | 16 return memalign(boundary, size); in my_memalign()
|
/external/angle/src/common/ |
D | aligned_memory.cpp | 37 ptr = memalign(alignment, size); in AlignedAlloc()
|
/external/speex/libspeexdsp/ |
D | kiss_fft.h | 28 #define KISS_FFT_MALLOC(nbytes) memalign(16,nbytes)
|
/external/ltp/android/include/ |
D | bionic-compat.h | 48 return memalign(sysconf(_SC_PAGESIZE), size); in valloc()
|
/external/OpenCL-CTS/test_common/harness/ |
D | alloc.h | 39 ptr = memalign(alignment, size); in align_malloc()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | public_namespace.h | 21 #define je_memalign JEMALLOC_N(memalign)
|
/external/pthreadpool/src/ |
D | memory.c | 34 threadpool = memalign(PTHREADPOOL_CACHELINE_SIZE, threadpool_size); in pthreadpool_allocate()
|
/external/XNNPACK/src/ |
D | memory.c | 39 return memalign(alignment, size); in xnn_aligned_allocate()
|
/external/bcc/tests/python/ |
D | test_tools_memleak_leaker_app.c | 42 printf("leaking via memalign, %p\n", memalign(512, amount)); in generate_leak()
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 32 # define memalign je_memalign macro
|