guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scm_gc_malloc() function parameters


From: Stephen Scheck
Subject: scm_gc_malloc() function parameters
Date: Sun, 23 Dec 2018 13:10:44 -0500

Per https://www.gnu.org/software/guile/manual/guile.html#Memory-Blocks -
the scm_gc_malloc() function takes a const char * for the second parameter:

    void * scm_gc_malloc (size_t size, const char *what)

However, the docs do not explain what it is for, nor is gc.h of any help -
"what" is it for?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]