General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
yapdog
Low Level
comments
Comments by "yapdog" (@yapdog) on "i wrote my own memory allocator in C to prove a point" video.
Yep. You basically created a memory pool. Went through all of this and and whole lot more with the dynamic memory pool component of my (non bare metal) OS. Great video 😁👍
34
Yeah, you'll just end up with memory leaks and crashes, but funny 😅 #define my_malloc malloc #define my_free free
4