Searched refs:memalign (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/include/ |
D | malloc.h | 36 extern void* memalign(size_t alignment, size_t byte_count) __mallocfunc __wur __attribute__((alloc_…
|
/bionic/libc/bionic/ |
D | malloc_debug_common.cpp | 72 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()
|
D | malloc_debug_common.h | 97 MallocDebugMemalign memalign; member
|
D | malloc_debug_leak.cpp | 239 void* buffer = g_malloc_dispatch->memalign(alignment, bytes); in fill_memalign() 443 return g_malloc_dispatch->memalign(alignment, bytes); in leak_memalign()
|
D | malloc_debug_check.cpp | 361 return g_malloc_dispatch->memalign(alignment, bytes); in chk_memalign()
|
D | malloc_debug_qemu.cpp | 994 desc.ptr = g_malloc_dispatch->memalign(desc.prefix_size, size); in qemu_instrumented_memalign()
|
/bionic/tests/ |
D | malloc_test.cpp | 80 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()
|
D | string_test.cpp | 160 …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/ |
D | malloc.h | 55 #define dlmemalign memalign
|
D | malloc.c | 819 #define dlmemalign memalign
|
/bionic/libc/ |
D | libc.map | 734 memalign;
|