mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
fix thinko in api-memory.texi
This commit is contained in:
parent
c543e41eb4
commit
c5923112fe
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ functions for dynamic memory allocation that are integrated into the
|
|||
garbage collector and the error reporting system.
|
||||
|
||||
Memory blocks that are associated with Scheme objects (for example a
|
||||
smob) should be allocated and freed with @code{scm_gc_malloc} or
|
||||
smob) should be allocated with @code{scm_gc_malloc} or
|
||||
@code{scm_gc_malloc_pointerless}. These two functions will either
|
||||
return a valid pointer or signal an error. Memory blocks allocated this
|
||||
way can be freed with @code{scm_gc_free}; however, this is not strictly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue