1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

Relax assertion when expanding the heap

It could be that newly mapped blocks were already acquired by other threads.
This commit is contained in:
Andy Wingo 2024-09-16 13:07:25 +02:00
parent dcfdc547f6
commit 317039d952

View file

@ -1667,7 +1667,7 @@ nofl_space_expand(struct nofl_space *space, size_t bytes) {
nofl_push_unavailable_block(space, block); nofl_push_unavailable_block(space, block);
} }
} }
nofl_space_reacquire_memory(space, 0); nofl_space_maybe_reacquire_memory(space, 0);
} }
static void static void