logmem.h 230 B

1234567891011
  1. #ifndef LOGMEM_H
  2. #define LOGMEM_H
  3. // Define to have a list of unfreed memory allocations written to allocations.out
  4. //#define LOGMEM_ENABLED
  5. void logmem_enable(bool enabled);
  6. void logmem_write_allocations();
  7. #endif // LOGMEM_H