Skip to content

Files

Latest commit

761ba92 · Sep 22, 2017

History

History

s02

CS 61 Section 2: Arena allocation

This section material can be completed in section in flipped-classroom style, or on your own.

https://cs61.seas.harvard.edu/wiki/2017/Section2

Skills

  • Demonstrate the impact of a dynamic memory allocators on application performance.
  • Implement a simple arena allocator.
  • Use unions and pointers.