Lines Matching refs:PyMem_RawFree
50 PyMem_RawFree(ATTR); \ in pathconfig_clear()
151 PyMem_RawFree(pathconfig->module_search_path); in pathconfig_set_from_config()
160 PyMem_RawFree(pathconfig->PATH_ATTR); \ in pathconfig_set_from_config()
295 PyMem_RawFree(path); in config_init_module_search_paths()
487 PyMem_RawFree(_Py_path_config.prefix); in Py_SetPath()
488 PyMem_RawFree(_Py_path_config.exec_prefix); in Py_SetPath()
489 PyMem_RawFree(_Py_path_config.module_search_path); in Py_SetPath()
516 PyMem_RawFree(_Py_path_config.home); in Py_SetPythonHome()
537 PyMem_RawFree(_Py_path_config.program_name); in Py_SetProgramName()
557 PyMem_RawFree(_Py_path_config.program_full_path); in _Py_SetProgramFullPath()
797 PyMem_RawFree(tmpbuffer); in _Py_FindEnvConfigValue()
808 PyMem_RawFree(tmpbuffer); in _Py_FindEnvConfigValue()