Segregated explicit free-list malloc allocator
A technical design note for a CS:APP malloc-lab allocator covering block layout, segregated free lists, coalescing, reallocation, and performance tradeoffs.
Implementation notes on C++, Python, algorithms, and the small design choices that make technical work easier to reason about.
A technical design note for a CS:APP malloc-lab allocator covering block layout, segregated free lists, coalescing, reallocation, and performance tradeoffs.
A local HTML post that can be used for shorter notes, essays, or project writeups hosted directly on the blog.
A repository-level technical note covering the simulator architecture, cache model, and transpose strategy.