Searched refs:realloc_func (Results 1 – 3 of 3) sorted by relevance
115 uv_realloc_func realloc_func, in uv_replace_allocator() argument118 if (malloc_func == NULL || realloc_func == NULL || in uv_replace_allocator()124 uv__allocator.local_realloc = realloc_func; in uv_replace_allocator()
287 uv_realloc_func realloc_func,
254 .. c:function:: int uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, …
Completed in 13 milliseconds