Lines Matching refs:uv__malloc
195 buf = (char*) uv__malloc(buf_sz); in fs__capture_path()
288 target = uv__malloc(target_len + 1); in fs__wide_to_utf8()
1481 dirent = uv__malloc(sizeof *dirent + utf8_len); in fs__scandir()
1592 dir = uv__malloc(sizeof(*dir)); in fs__opendir()
1607 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()
2109 char* buf = (char*) uv__malloc(buf_size); in fs__sendfile()
2415 buffer = (REPARSE_DATA_BUFFER*)uv__malloc(needed_buf_size); in fs__create_junction()
2630 w_realpath_buf = uv__malloc((w_realpath_len + 1) * sizeof(WCHAR)); in fs__realpath_handle()
2741 pathw = uv__malloc(len * sizeof(*pathw)); in fs__statfs()
2773 stat_fs = uv__malloc(sizeof(*stat_fs)); in fs__statfs()
2932 req->fs.info.bufs = uv__malloc(nbufs * sizeof(*bufs)); in uv_fs_read()
2965 req->fs.info.bufs = uv__malloc(nbufs * sizeof(*bufs)); in uv_fs_write()