Home
last modified time | relevance | path

Searched refs:memalign (Results 1 – 11 of 11) sorted by relevance

/bionic/libc/include/
Dmalloc.h36 extern void* memalign(size_t alignment, size_t byte_count) __mallocfunc __wur __attribute__((alloc_…
/bionic/libc/bionic/
Dmalloc_debug_common.cpp72 Malloc(memalign),
266 extern "C" void* memalign(size_t alignment, size_t bytes) { in memalign() function
267 return __libc_malloc_dispatch->memalign(alignment, bytes); in memalign()
317 …InitMallocFunction<MallocDebugMemalign>(malloc_impl_handler, &table->memalign, prefix, "memalign"); in InitMalloc()
469 (malloc_dispatch_table.memalign == NULL) || in malloc_init_impl()
Dmalloc_debug_common.h97 MallocDebugMemalign memalign; member
Dmalloc_debug_leak.cpp239 void* buffer = g_malloc_dispatch->memalign(alignment, bytes); in fill_memalign()
443 return g_malloc_dispatch->memalign(alignment, bytes); in leak_memalign()
Dmalloc_debug_check.cpp361 return g_malloc_dispatch->memalign(alignment, bytes); in chk_memalign()
Dmalloc_debug_qemu.cpp994 desc.ptr = g_malloc_dispatch->memalign(desc.prefix_size, size); in qemu_instrumented_memalign()
/bionic/tests/
Dmalloc_test.cpp80 char *ptr = reinterpret_cast<char*>(memalign(alignment, 100)); in TEST()
91 ASSERT_EQ(NULL, memalign(4096, SIZE_MAX)); in TEST()
97 ptr = memalign(align, 1024); in TEST()
116 char *ptr = (char*)memalign(alignment, 100); in TEST()
Dstring_test.cpp160 …glob_ptr = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * MA… in StringTestState()
161 …glob_ptr1 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * M… in StringTestState()
162 …glob_ptr2 = reinterpret_cast<Character*>(memalign(sysconf(_SC_PAGESIZE), 2 * sizeof(Character) * M… in StringTestState()
/bionic/libc/upstream-dlmalloc/
Dmalloc.h55 #define dlmemalign memalign
Dmalloc.c819 #define dlmemalign memalign
/bionic/libc/
Dlibc.map734 memalign;