]>
git.saurik.com Git - apple/network_cmds.git/blob - unbound/compat/malloc.c
1 /* Just a replacement, if the original malloc is not
2 GNU-compliant. See autoconf documentation. */
10 /* Allocate an N-byte block of memory from the heap.
11 If N is zero, allocate a 1-byte block. */
14 rpl_malloc_unbound (size_t n
)