Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Allocator with logging

Example allocator that writes all memory alloc/realloc/free calls into a log file so that memory usage can replayed later. This is useful to e.g. optimize pool sizes.