Skip to content

WinterSnake/Totem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Totem

A C library that incorporates Zig-like allocators into C. Has a VTable interface for generic allocations and custom allocator implementations.

Current Allocators

  • Fixed Buffer
  • Page
  • Brk/SBrk
  • Linear
  • Stack
  • Arena
  • Pool
  • Slab
  • Buddy
  • General Purpose

About

A C library for creating and using custom memory allocators.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors