Describe an algorithm for memory allocation (similar to malloc) for a system with limited memory. Allocation size is always constant (X number of bytes).
Anonymous
Using a linked list of allocations (nodes are free blocks).
Check out your Company Bowl for anonymous work chats.