当包含动态分配的内存(使用malloc/new)而没有空闲/删除调用的C/C++程序终止时,动态分配的内存会发生什么?操作系统是否收回内存或者其他程序无法访问该内存?
c c++ malloc memory-leaks memory-management
c ×1
c++ ×1
malloc ×1
memory-leaks ×1
memory-management ×1