Skip to content

Commit d4c7c7f

Browse files
authored
Update alloc-aligned.c
1 parent b3018fb commit d4c7c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alloc-aligned.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ terms of the MIT license. A copy of the license can be found in the file
1313
// ------------------------------------------------------
1414
// Aligned Allocation
1515
// ------------------------------------------------------
16-
16+
test_error
1717
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 {
1818
// note: we don't require `size > offset`, we just guarantee that
1919
// the address at offset is aligned regardless of the allocated size.

0 commit comments

Comments
 (0)