Skip to content

Commit 7131ffc

Browse files
committed
make the size larger
1 parent f284a0b commit 7131ffc

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)