Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 242 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 242 Bytes

Shared Memory Allocator

Capable of managing fixed pre-allocated memory chunk of any size.

Features

  1. Variable size allocations
  2. Thread / Process Safe
  3. Highly scalable

Limitations

  1. Compile time Bound on largest allocation size