Lines Matching refs:PyMem_New
3619 wnamebuf = PyMem_New(wchar_t, len + 5); in _listdir_windows_no_opendir()
3862 woutbufp = PyMem_New(wchar_t, result); in os__getfullpathname_impl()
3983 mountpath = PyMem_New(wchar_t, buflen); in os__getvolumepathname_impl()
6810 groups = PyMem_New(int, ngroups); in posix_getgrouplist()
6812 groups = PyMem_New(gid_t, ngroups); in posix_getgrouplist()
6893 alt_grouplist = PyMem_New(gid_t, n); in os_getgroups_impl()
6918 alt_grouplist = PyMem_New(gid_t, n); in os_getgroups_impl()
8717 *iov = PyMem_New(struct iovec, cnt); in iov_setup()
8723 *buf = PyMem_New(Py_buffer, cnt); in iov_setup()
10455 dir_path = PyMem_New(wchar_t, path->length + 1); in os__getdiskusage_impl()
12755 result = PyMem_New(wchar_t, size); in join_path_filenameW()
12842 result = PyMem_New(char, size); in join_path_filename()