From 7dfc378e24c21467deb8f13256031c2c6ff63efd Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 30 Aug 2019 14:09:48 -0600 Subject: Note that [cm]alloc, realloc are documented As they are really Unix calls --- malloc.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'malloc.c') diff --git a/malloc.c b/malloc.c index 0c80a0856f..ded9868af8 100644 --- a/malloc.c +++ b/malloc.c @@ -1223,6 +1223,15 @@ S_adjust_size_and_find_bucket(size_t *nbytes_p) return bucket; } +/* +These have the same interfaces as the C lib ones, so are considered documented + +=for apidoc malloc +=for apidoc calloc +=for apidoc realloc +=cut +*/ + Malloc_t Perl_malloc(size_t nbytes) { -- cgit v1.2.1