Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
/ MemMngr Public archive

C++ Memory Manager

License

Notifications You must be signed in to change notification settings

brugr9/MemMngr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Memory Manager

A (not thread-safe) memory manager by replacement of C++ operator 'new'. Includes memory usage reporting.