Lines Matching refs:uv__malloc
348 buf = uv__malloc(buf_sz); in fs__capture_path()
1471 dirent = uv__malloc(sizeof *dirent + wtf8_len); in fs__scandir()
1573 dir = uv__malloc(sizeof(*dir)); in fs__opendir()
1588 find_path = uv__malloc(sizeof(WCHAR) * (len + 4)); in fs__opendir()
2233 char* buf = (char*) uv__malloc(buf_size); in fs__sendfile()
2539 buffer = (REPARSE_DATA_BUFFER*)uv__malloc(needed_buf_size); in fs__create_junction()
2759 w_realpath_buf = uv__malloc((w_realpath_len + 1) * sizeof(WCHAR)); in fs__realpath_handle()
2872 pathw = uv__malloc(len * sizeof(*pathw)); in fs__statfs()
2904 stat_fs = uv__malloc(sizeof(*stat_fs)); in fs__statfs()
3063 req->fs.info.bufs = uv__malloc(nbufs * sizeof(*bufs)); in uv_fs_read()
3096 req->fs.info.bufs = uv__malloc(nbufs * sizeof(*bufs)); in uv_fs_write()