79302002

Date: 2024-12-23 02:25:56
Score: 2
Natty:
Report link

It seems the 'leak' was actually caused by my misunderstanding of the C free() function.

I thought freed memory was made available to the OS, and other processes, but it seems that it stays locked into the process who first allocated it (at least, on my computer, the system prefers crashing than retaking freed memory).

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Analyzers