aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket20424
blob: b3b6f1afa511f2be5b8027caea0032810f9980bf (plain)
1
2
3
4
5
  o Minor features (compilation):
    - Tor's configure script now supports a --with-malloc= option to select
      your malloc implementation. Supported options are "tcmalloc",
      "jemalloc", "openbsd" (deprecated), and "system" (the default).
      Addresses part of ticket 20424. Based on a patch from Alex Xu.