Skip to content

m0rningdawning/vallocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vallocs

Various memory allocators implemented in C++

TODO

  • Bump Allocator
  • Stack Allocator
  • Pool Allocator
  • Free-List Allocator
  • Buddy Allocator

Misc

  • Create basic, win versions of allocs
  • Abstract 'em + make linux hooks for cross-platform
  • Put templates on them
  • Add protection
  • Possible growth strats
  • Clean-up, review.
  • Test everything with gTest (Maybe someday xD)

Primary resource

About

Various mamory allocators implemented in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors