mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 21:40:33 +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:
parent
dcfdc547f6
commit
317039d952
1 changed files with 1 additions and 1 deletions
|
@ -1667,7 +1667,7 @@ nofl_space_expand(struct nofl_space *space, size_t bytes) {
|
|||
nofl_push_unavailable_block(space, block);
|
||||
}
|
||||
}
|
||||
nofl_space_reacquire_memory(space, 0);
|
||||
nofl_space_maybe_reacquire_memory(space, 0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue