sangramnavale

↗ HN profile [ 22.7 ms ] full profile

No user record in our sample, but sangramnavale has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I made my own custom dynamic memory allocator in C for the very first time which implements the functioning of malloc() and free() with a linked-list free list and first-fit allocation strategy. It also visualizes its…