mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-20 02:30:23 +02:00
Use the `GC_FREE_SPACE_DIVISOR' environment variable.
* libguile/gc.c (scm_storage_prehistory): Initialize `GC_free_space_divisor' using the `GC_FREE_SPACE_DIVISOR' environment variable.
This commit is contained in:
parent
6033d3266c
commit
2a5bf2eeec
1 changed files with 1 additions and 0 deletions
|
@ -625,6 +625,7 @@ void
|
|||
scm_storage_prehistory ()
|
||||
{
|
||||
GC_all_interior_pointers = 0;
|
||||
GC_free_space_divisor = scm_getenv_int ("GC_FREE_SPACE_DIVISOR", 3);
|
||||
|
||||
GC_INIT ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue