README.rst 238 B

1234567
  1. ======================
  2. Allocator with logging
  3. ======================
  4. Example allocator that writes all memory alloc/realloc/free calls into a
  5. log file so that memory usage can replayed later. This is useful to e.g.
  6. optimize pool sizes.