Home
last modified time | relevance | path

Searched refs:uv_replace_allocator (Results 1 – 8 of 8) 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`.
242 .. c:function:: int uv_replace_allocator(uv_malloc_func malloc_func, uv_realloc_func realloc_func, …
/third_party/node/deps/uv/src/
Duv-common.c114 int uv_replace_allocator(uv_malloc_func malloc_func, in uv_replace_allocator() function
/third_party/libuv/src/
Duv-common.c115 int uv_replace_allocator(uv_malloc_func malloc_func, in uv_replace_allocator() function
/third_party/libuv/include/uv_ndk/
Duv.h273 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,
/third_party/node/deps/uv/include/
Duv.h275 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,
/third_party/libuv/include/
Duv.h296 UV_EXTERN int uv_replace_allocator(uv_malloc_func malloc_func,
/third_party/node/deps/uv/
DChangeLog770 * doc: add uv_replace_allocator thread safety warning (twosee)
/third_party/libuv/
DChangeLog1323 * doc: add uv_replace_allocator thread safety warning (twosee)