Searched refs:aligned_alloc (Results 1 – 17 of 17) sorted by relevance
| /bionic/libc/private/ |
| D | bionic_malloc_dispatch.h | 75 MallocAlignedAlloc aligned_alloc; member
|
| /bionic/libc/bionic/ |
| D | malloc_common.cpp | 72 Malloc(aligned_alloc), 152 extern "C" void* aligned_alloc(size_t alignment, size_t size) { in aligned_alloc() function 153 auto _aligned_alloc = __libc_globals->malloc_dispatch.aligned_alloc; in aligned_alloc() 157 return Malloc(aligned_alloc)(alignment, size); in aligned_alloc() 304 if (!InitMallocFunction<MallocAlignedAlloc>(impl_handler, &table->aligned_alloc, in InitMallocFunctions()
|
| /bionic/libc/malloc_hooks/tests/ |
| D | malloc_hooks_tests.cpp | 343 void* ptr = aligned_alloc(32, 1024); in TEST_F() 361 void* ptr = aligned_alloc(11, 1024); in TEST_F()
|
| /bionic/tests/ |
| D | stdlib_test.cpp | 245 ASSERT_TRUE(aligned_alloc(fail_align, 256) == nullptr) in TEST() 249 void* ptr = aligned_alloc(align, 256); in TEST() 263 ASSERT_TRUE(aligned_alloc(16, SIZE_MAX) == nullptr); in TEST() 272 void* ptr = aligned_alloc(2048, size); in TEST()
|
| /bionic/libc/include/ |
| D | stdlib.h | 82 void* aligned_alloc(size_t __alignment, size_t __size) __INTRODUCED_IN(28);
|
| /bionic/libc/malloc_hooks/ |
| D | malloc_hooks.cpp | 188 return g_dispatch->aligned_alloc(alignment, size); in hooks_aligned_alloc()
|
| D | README.md | 20 * `aligned_alloc`
|
| /bionic/libc/malloc_debug/ |
| D | malloc_debug.cpp | 711 return g_dispatch->aligned_alloc(alignment, size); in debug_aligned_alloc()
|
| D | README.md | 26 * `aligned_alloc`
|
| /bionic/libc/ |
| D | libc.arm64.map | 1251 aligned_alloc;
|
| D | libc.x86_64.map | 1251 aligned_alloc;
|
| D | libc.mips64.map | 1251 aligned_alloc;
|
| D | libc.x86.map | 1312 aligned_alloc;
|
| D | libc.mips.map | 1314 aligned_alloc;
|
| D | libc.arm.map | 1330 aligned_alloc;
|
| D | libc.map.txt | 1355 aligned_alloc;
|
| /bionic/libc/malloc_debug/tests/ |
| D | malloc_debug_unit_tests.cpp | 137 aligned_alloc,
|