Home
last modified time | relevance | path

Searched refs:uv__malloc (Results 1 – 25 of 38) sorted by relevance

12

/third_party/libuv/src/win/
Dfs-event.c76 *relpath = uv__malloc((relpathlen + 1) * sizeof(WCHAR)); in uv__relative_path()
105 *dir = (WCHAR*)uv__malloc(dir_len * sizeof(WCHAR)); in uv__split_path()
120 *dir = (WCHAR*)uv__malloc((i + 2) * sizeof(WCHAR)); in uv__split_path()
128 *file = (WCHAR*)uv__malloc((len - i) * sizeof(WCHAR)); in uv__split_path()
183 pathw = (WCHAR*)uv__malloc(name_size); in uv_fs_event_start()
213 long_path = (WCHAR*)uv__malloc(size * sizeof(WCHAR)); in uv_fs_event_start()
245 short_path_buffer = uv__malloc(short_path_buffer_len * sizeof(WCHAR)); in uv_fs_event_start()
302 handle->buffer = (char*)uv__malloc(uv_directory_watcher_buffer_size); in uv_fs_event_start()
485 filenamew = (WCHAR*)uv__malloc(size * sizeof(WCHAR)); in uv__process_fs_event_req()
500 long_filenamew = (WCHAR*)uv__malloc(size * sizeof(WCHAR)); in uv__process_fs_event_req()
Dutil.c112 utf16_buffer = (WCHAR*) uv__malloc(sizeof(WCHAR) * utf16_buffer_len); in uv_exepath()
167 utf16_buffer = uv__malloc(utf16_len * sizeof(WCHAR)); in uv_cwd()
245 utf16_buffer = uv__malloc(utf16_len * sizeof(WCHAR)); in uv_chdir()
271 utf16_buffer = uv__malloc(new_utf16_len * sizeof(WCHAR)); in uv_chdir()
409 title_w = (WCHAR*)uv__malloc(sizeof(WCHAR) * length); in uv_set_process_title()
583 sppi = uv__malloc(sppi_size); in uv_cpu_info()
805 win_address_buf = uv__malloc(win_address_buf_size); in uv_interface_addresses()
813 uv_address_buf = uv__malloc(1); in uv_interface_addresses()
890 uv_address_buf = uv__malloc(uv_address_buf_size); in uv_interface_addresses()
1134 path = uv__malloc(len * sizeof(wchar_t)); in uv_os_tmpdir()
[all …]
Dprocess.c122 ws = (WCHAR*) uv__malloc(ws_len * sizeof(WCHAR)); in uv__utf8_to_utf16_alloc()
200 result = result_pos = (WCHAR*)uv__malloc(sizeof(WCHAR) * in search_path_join_test()
565 dst = (WCHAR*) uv__malloc(dst_len * sizeof(WCHAR)); in make_program_args()
572 temp_buffer = (WCHAR*) uv__malloc(temp_buffer_len * sizeof(WCHAR)); in make_program_args()
717 dst_copy = (WCHAR*)uv__malloc(env_len * sizeof(WCHAR)); in make_program_env()
775 dst = uv__malloc((1+env_len) * sizeof(WCHAR)); in make_program_env()
1005 cwd = (WCHAR*) uv__malloc(cwd_len * sizeof(WCHAR)); in uv_spawn()
1029 alloc_path = (WCHAR*) uv__malloc(path_len * sizeof(WCHAR)); in uv_spawn()
Dgetaddrinfo.c152 alloc_ptr = (char*)uv__malloc(addrinfo_len); in uv__getaddrinfo_done()
316 alloc_ptr = (char*)uv__malloc(nodesize + servicesize + hintssize); in uv_getaddrinfo()
Dfs.c195 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()
[all …]
Dfs-fd-hash-inl.h149 uv__malloc(sizeof(*new_group_ptr)); in uv__fd_hash_add()
Dpipe.c740 uv__malloc(sizeof(uv_pipe_accept_t) * handle->pipe.serv.pending_instances); in uv_pipe_bind()
755 handle->name = uv__malloc(nameSize); in uv_pipe_bind()
855 handle->name = uv__malloc(nameSize); in uv_pipe_connect()
1481 heap_buffer = uv__malloc(heap_buffer_length); in uv__build_coalesced_write_req()
1833 item = (uv__ipc_xfer_queue_item_t*) uv__malloc(sizeof(*item)); in uv__pipe_queue_ipc_xfer_info()
2200 pipe->pipe.conn.eof_timer = (uv_timer_t*) uv__malloc(sizeof *pipe->pipe.conn.eof_timer); in eof_timer_init()
2386 name_info = uv__malloc(name_size); in uv__pipe_getname()
Dprocess-stdio.c187 buffer = (BYTE*) uv__malloc(CHILD_STDIO_SIZE(count)); in uv__stdio_create()
/third_party/libuv/src/unix/
Dnetbsd.c209 cp_times = uv__malloc(size); in uv_cpu_info()
216 *cpu_infos = uv__malloc(numcpus * sizeof(**cpu_infos)); in uv_cpu_info()
Dfreebsd.c218 *cpu_infos = uv__malloc(numcpus * sizeof(**cpu_infos)); in uv_cpu_info()
235 cp_times = uv__malloc(size); in uv_cpu_info()
Daix.c452 p = uv__malloc(siz); in uv__is_ahafs_mounted()
464 p = uv__malloc(siz); in uv__is_ahafs_mounted()
906 new_argv = uv__malloc(size); in uv_setup_args()
1061 ps_cpus = (perfstat_cpu_t*) uv__malloc(ncpus * sizeof(perfstat_cpu_t)); in uv_cpu_info()
1074 *cpu_infos = (uv_cpu_info_t*) uv__malloc(ncpus * sizeof(uv_cpu_info_t)); in uv_cpu_info()
1129 ifc.ifc_req = (struct ifreq*)uv__malloc(size); in uv_interface_addresses()
Dos390-syscalls.c58 copy = uv__malloc(sizeof(*copy)); in scandir()
216 lst = uv__malloc(sizeof(*lst)); in epoll_create1()
452 tmpbuf = uv__malloc(len + 1); in os390_readlink()
Dos390.c248 *cpu_infos = uv__malloc(*count * sizeof(uv_cpu_info_t)); in uv_cpu_info()
256 cpu_info->model = uv__malloc(CPCMODEL_LENGTH + 1); in uv_cpu_info()
317 *addresses = uv__malloc(*count * sizeof(uv_interface_address_t)); in uv__interface_addresses_v6()
422 *addresses = uv__malloc((*count + count_v6) * in uv_interface_addresses()
Dfsevents.c309 event = uv__malloc(sizeof(*event) + len); in uv__fsevents_event_cb()
450 paths = uv__malloc(sizeof(*paths) * path_count); in uv__fsevents_reschedule()
784 item = uv__malloc(sizeof(*item)); in uv__cf_loop_signal()
828 handle->cf_cb = uv__malloc(sizeof(*handle->cf_cb)); in uv__fsevents_init()
Dos390-proctitle.c56 new_argv = uv__malloc(size); in uv_setup_args()
Dqnx.c126 *cpu_infos = uv__malloc(num_cpus * sizeof(**cpu_infos)); in uv_cpu_info()
Dproctitle.c68 new_argv = uv__malloc(size); in uv_setup_args()
Dhaiku.c129 topology_infos = uv__malloc(topology_count * sizeof(*topology_infos)); in uv_cpu_info()
Dfs.c140 req->path = uv__malloc(path_len + new_path_len); \
575 dir = uv__malloc(sizeof(*dir)); in uv__fs_opendir()
670 stat_fs = uv__malloc(sizeof(*stat_fs)); in uv__fs_statfs()
734 buf = uv__malloc(maxlen); in uv__fs_readlink()
777 buf = uv__malloc(len + 1); in uv__fs_realpath()
2012 req->bufs = uv__malloc(nbufs * sizeof(*bufs)); in uv_fs_read()
2182 req->bufs = uv__malloc(nbufs * sizeof(*bufs)); in uv_fs_write()
Dgetaddrinfo.c175 buf = uv__malloc(hostname_len + service_len + hints_len); in uv_getaddrinfo()
Dthread.c62 b = uv__malloc(sizeof(*b)); in uv_barrier_init()
550 sem = uv__malloc(sizeof(*sem)); in uv__custom_sem_init()
Dopenbsd.c200 *cpu_infos = uv__malloc(numcpus * sizeof(**cpu_infos)); in uv_cpu_info()
Dlinux-inotify.c284 w = uv__malloc(sizeof(*w) + len); in uv_fs_event_start()
Dsunos.c657 *cpu_infos = uv__malloc(lookup_instance * sizeof(**cpu_infos)); in uv_cpu_info()
819 *addresses = uv__malloc(*count * sizeof(**addresses)); in uv_interface_addresses()
/third_party/libuv/src/
Duv-common.c57 char* m = uv__malloc(len); in uv__strdup()
68 m = uv__malloc(len + 1); in uv__strndup()
75 void* uv__malloc(size_t size) { in uv__malloc() function
792 loop = uv__malloc(sizeof(*loop)); in uv_loop_new()

12