You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A low-level custom memory allocator implemented in C using system calls to manage heap boundaries. Features custom block splitting, memory alignment, and block coalescence algorithms to optimize memory recycling under tight hardware constraints.