]> Sergey Matveev's repositories - nnn.git/commit
malloc() mem those persist through program runtime
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 5 Nov 2021 02:20:48 +0000 (07:50 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 5 Nov 2021 02:29:40 +0000 (07:59 +0530)
commitb84ad2d552a81f4e4383e716cf0624e768839a7d
tree5161648db8d3078acf775287070381244044a969
parent07a47db8fede994fe98d4a6844fe6b1bd6f051f0
malloc() mem those persist through program runtime

At exit, the OS should reclaim all the memory, so no explicit free() required.
src/nnn.c