Lines Matching refs:uv__malloc
112 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()
1224 *utf8 = uv__malloc(bufsize + 1); in uv__convert_utf16_to_utf8()
1272 *utf16 = uv__malloc(sizeof(WCHAR) * (bufsize + 1)); in uv__convert_utf8_to_utf16()
1313 path = uv__malloc(bufsize * sizeof(wchar_t)); in uv__getpwuid_r()
1474 var = uv__malloc(varlen * sizeof(*var)); in uv_os_getenv()