Searched refs:malloc_func (Results 1 – 4 of 4) sorted by relevance
294 static const char *malloc_func; variable326 _malloc_message(getprogname(), malloc_func, " error: ", p); in wrterror()513 _malloc_message(getprogname(), malloc_func, in malloc_init()1154 malloc_func = func; in pubrealloc()
114 int uv_replace_allocator(uv_malloc_func malloc_func, in uv_replace_allocator() argument118 if (malloc_func == NULL || realloc_func == NULL || in uv_replace_allocator()123 uv__allocator.local_malloc = malloc_func; in uv_replace_allocator()
275 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,
216 .. c:function:: int uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, …