Home
last modified time | relevance | path

Searched refs:uv__reallocf (Results 1 – 9 of 9) sorted by relevance

/third_party/libuv/src/unix/
Dopenbsd.c75 argsbuf = uv__reallocf(argsbuf, argsbuf_size); in uv_exepath()
Dposix-poll.c64 p = uv__reallocf(loop->poll_fds, n * sizeof(*loop->poll_fds)); in uv__pollfds_maybe_resize()
Dos390-syscalls.c124 newlst = uv__reallocf(lst->items, newsize * sizeof(lst->items[0])); in maybe_resize()
Dcore.c835 watchers = uv__reallocf(loop->watchers, in maybe_resize()
Dfs.c754 buf = uv__reallocf(buf, len + 1); in uv__fs_readlink()
/third_party/libuv/src/
Duv-common.h357 void* uv__reallocf(void* ptr, size_t size);
Duv-common.c103 void* uv__reallocf(void* ptr, size_t size) { in uv__reallocf() function
/third_party/libuv/src/win/
Dfs.c2757 pathw = uv__reallocf(pathw, len * sizeof(*pathw)); in fs__statfs()
/third_party/libuv/
DChangeLog690 * src: add uv__reallocf() (Ben Noordhuis)