Home
last modified time | relevance | path

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

12

/external/jemalloc_new/test/integration/
Daligned_alloc.c22 p = aligned_alloc(alignment, 1); in TEST_BEGIN()
29 p = aligned_alloc(alignment + 1, 1); in TEST_BEGIN()
49 p = aligned_alloc(alignment, size); in TEST_BEGIN()
62 p = aligned_alloc(alignment, size); in TEST_BEGIN()
74 p = aligned_alloc(alignment, size); in TEST_BEGIN()
99 ps[i] = aligned_alloc(alignment, size); in TEST_BEGIN()
/external/jemalloc/test/integration/
Daligned_alloc.c26 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/
Daligned_alloc.c3 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/
Dmemalign.cpp14 extern "C" void *aligned_alloc (size_t alignment, size_t size);
33 p = aligned_alloc(alignment, size); in main()
/external/gemmlowp/internal/
Dplatform.h56 inline void *aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function
79 inline void *aligned_alloc(size_t alignment, size_t size) {
Dallocator.h101 storage_ = aligned_alloc(kAlignment, storage_size_);
/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_new/include/jemalloc/internal/
Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/external/bcc/tests/python/
Dtest_tools_memleak_leaker_app.c52 printf("leaking via aligned_alloc, %p\n", aligned_alloc(512, amount)); in generate_leak()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dneon_tensor_utils.cc44 void* aligned_alloc(size_t alignment, size_t size, void** freeing_buffer) { in aligned_alloc() function
154 int8* shuffled_vectors = reinterpret_cast<int8*>(aligned_alloc( in ShuffleVectors()
413 aligned_row = (int8_t*)aligned_alloc(kWeightsPerUint32, m_cols, // NOLINT in NeonMatrixBatchVectorMultiplyAccumulate()
418 (int8_t*)aligned_alloc(kWeightsPerUint32, m_cols, // NOLINT in NeonMatrixBatchVectorMultiplyAccumulate()
574 (int8_t*)aligned_alloc(kWeightsPerUint32, m_cols, // NOLINT in NeonSparseMatrixBatchVectorMultiplyAccumulate()
/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.h96 # define je_aligned_alloc aligned_alloc
361 # define aligned_alloc je_aligned_alloc macro
Djemalloc_protos.h.in19 void JEMALLOC_NOTHROW *@je_@aligned_alloc(size_t alignment,
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h12 # define aligned_alloc je_aligned_alloc macro
Djemalloc_rename.h31 # define je_aligned_alloc aligned_alloc
Djemalloc_mangle_jet.h12 # define aligned_alloc jet_aligned_alloc macro
Djemalloc_protos.h.in19 void JEMALLOC_NOTHROW *@je_@aligned_alloc(size_t alignment,
/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp59 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/external/libcxx/include/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
159 using ::aligned_alloc;
/external/f2fs-tools/tools/f2fs_io/
Df2fs_io.c182 buf = aligned_alloc(4096, buf_size); in do_write()
260 buf = aligned_alloc(4096, buf_size); in do_read()
/external/compiler-rt/lib/asan/
Dasan_malloc_linux.cc93 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/external/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp91 static_assert((std::is_same<decltype(aligned_alloc(0,0)), void*>::value), ""); in main()
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp79 static_assert((std::is_same<decltype(aligned_alloc(0,0)), void*>::value), ""); in main()

12