You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It depends on OOM killer and virtual memory behavior of Linux kernel. Instead of checking the result value of malloc, I would like to introduce an efficient way to validate each allocated memory chunk by checking the magic number.
If I understand well, malloc never fails due to overcommit in Linux.
http://www.etalabs.net/overcommit.html
The text was updated successfully, but these errors were encountered: