Home
last modified time | relevance | path

Searched refs:uv_replace_allocator (Results 1 – 5 of 5) sorted by relevance

/third_party/libuv/docs/src/
Dmisc.rst32 See :c:func:`uv_replace_allocator`.
37 See :c:func:`uv_replace_allocator`.
42 See :c:func:`uv_replace_allocator`.
47 See :c:func:`uv_replace_allocator`.
216 .. c:function:: int uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, …
/third_party/libuv/src/
Duv-common.c114 int uv_replace_allocator(uv_malloc_func malloc_func, in uv_replace_allocator() function
/third_party/libuv/include/
Duv.h275 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,
/third_party/libuv/include/uv_ndk/
Duv.h273 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,
/third_party/libuv/
DChangeLog642 * doc: add uv_replace_allocator thread safety warning (twosee)