开发者

Call an External C++ function and Memory Leaks: is all allocated memory cleaned up after finishing Python script?

Python script calls an external 开发者_如何学编程C++ function (using ctypes). Memory leaks are possible when execution the C++ function.

Will all allocated memory (in C++ function) be automatically cleaned up after finishing of the Python script?


Yes, It will all be returned to the OS once the python interpreter exits. This is true for all processes - nothing specific to python or c++.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜