h4dh4d1y4551n3 / minishell

Beautiful as a shell, dreadful as hell.
0 stars 0 forks source link

Implement a memory allocation strategy #3

Open h4dh4d1y4551n3 opened 4 weeks ago

h4dh4d1y4551n3 commented 4 weeks ago

Consider a memory allocation strategy, like linear, pool, or a free list allocation, for the memory allocation wrapper #2 to reduce malloc system calls overhead.