Skip to content

Commit 2a711e1

Browse files
authored
Merge pull request #93 from struct/test_sized_free_bsd
make the size larger
2 parents f284a0b + 7131ffc commit 2a711e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sized_free.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
int main(int argc, char *argv[]) {
88
size_t size = 1024;
99
uint8_t *p = iso_alloc(size);
10-
iso_free_size(p, size * 2);
10+
iso_free_size(p, size * 4);
1111
return 0;
1212
}

0 commit comments

Comments
 (0)