Home
last modified time | relevance | path

Searched refs:malloc_func (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libc/stdlib/
H A Dmalloc.c294 static const char *malloc_func; variable
326 _malloc_message(getprogname(), malloc_func, " error: ", p); in wrterror()
513 _malloc_message(getprogname(), malloc_func, in malloc_init()
1154 malloc_func = func; in pubrealloc()
/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.c114 int uv_replace_allocator(uv_malloc_func malloc_func, in uv_replace_allocator() argument
118 if (malloc_func == NULL || realloc_func == NULL || in uv_replace_allocator()
123 uv__allocator.local_malloc = malloc_func; in uv_replace_allocator()
/netbsd-src/external/mit/libuv/dist/include/
H A Duv.h275 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dmisc.rst216 .. c:function:: int uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, …