mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
(scm_malloc_stats): Added texinfo markup.
This commit is contained in:
parent
eca65e90f7
commit
6836c87b3a
1 changed files with 5 additions and 3 deletions
|
@ -226,9 +226,11 @@ scm_malloc_reregister (void *old, void *new, const char *newwhat)
|
||||||
|
|
||||||
SCM_DEFINE (scm_malloc_stats, "malloc-stats", 0, 0, 0,
|
SCM_DEFINE (scm_malloc_stats, "malloc-stats", 0, 0, 0,
|
||||||
(),
|
(),
|
||||||
"Return an alist ((WHAT . N) ...) describing number of malloced objects.\n"
|
"Return an alist ((@var{what} . @var{n}) ...) describing number\n"
|
||||||
"WHAT is the second argument to scm_must_malloc, N is the number of objects\n"
|
"of malloced objects.\n"
|
||||||
"of that type currently allocated.")
|
"@var{what} is the second argument to @code{scm_must_malloc},\n"
|
||||||
|
"@var{n} is the number of objects of that type currently\n"
|
||||||
|
"allocated.")
|
||||||
#define FUNC_NAME s_scm_malloc_stats
|
#define FUNC_NAME s_scm_malloc_stats
|
||||||
{
|
{
|
||||||
SCM res = SCM_EOL;
|
SCM res = SCM_EOL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue