We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3018fb commit d4c7c7fCopy full SHA for d4c7c7f
src/alloc-aligned.c
@@ -13,7 +13,7 @@ terms of the MIT license. A copy of the license can be found in the file
13
// ------------------------------------------------------
14
// Aligned Allocation
15
16
-
+test_error
17
static void* mi_heap_malloc_zero_aligned_at(mi_heap_t* const heap, const size_t size, const size_t alignment, const size_t offset, const bool zero) mi_attr_noexcept {
18
// note: we don't require `size > offset`, we just guarantee that
19
// the address at offset is aligned regardless of the allocated size.
0 commit comments