Skip to content
  • Howard Chu's avatar
    Add Valgrind mempool support. · 472c0d78
    Howard Chu authored
    Compile with -DUSE_VALGRIND. It will attempt to keep Valgrind
    informed of our memory allocations. Frees are trickier since they
    may be deferred indefinitely.
    472c0d78