blob: 97c1a32ad8f7c5f83d060b26d9189d683a98875d [file] [log] [blame]
======================
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.