fix docs on scheme_malloc_fail_ok
Closes PR 13363
This commit is contained in:
parent
fb7cbcfeb1
commit
59c693ddb2
|
@ -728,7 +728,7 @@ Copies the null-terminated string @var{str}; the copy is collectable.}
|
||||||
Copies the null-terminated string @var{str}; the copy will never be freed.}
|
Copies the null-terminated string @var{str}; the copy will never be freed.}
|
||||||
|
|
||||||
@function[(void* scheme_malloc_fail_ok
|
@function[(void* scheme_malloc_fail_ok
|
||||||
[size_t size]
|
[|void *(*)(size_t)| mallocf]
|
||||||
[size_t size])]{
|
[size_t size])]{
|
||||||
|
|
||||||
Attempts to allocate @var{size} bytes using @var{mallocf}. If the
|
Attempts to allocate @var{size} bytes using @var{mallocf}. If the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user