Remix.run Logo
okanat 3 days ago

On 64-bit systems (esp Linux ones) malloc almost never returns NULL but keeps overallocating (aka overcommiting). You don't get out of memory errors / kills until you access it.

sibellavia 3 days ago | parent [-]

Exactly. Also, it is extremely rare.