lokinet/daemon
Jason Rhinelander 488ed47cda Remove duplicate handling of jemalloc
We were linking/loading it in different ways, one with cmake option
`USE_JELLOC` and the other, older version `WITH_JEMALLOC`.  This removes
the latter (which was default OFF) and keeps the former (which was added
and has been default ON since 0.9.4 or so).

Also removes the `ifdef`ed JEMALLOC code in lokinet.cpp because we don't
need it; just linking to jemalloc is enough to get the malloc/free
replacements.
2021-09-13 13:26:12 -03:00
..
CMakeLists.txt Remove duplicate handling of jemalloc 2021-09-13 13:26:12 -03:00
lokinet-bootstrap.cpp Update wording and wrap help message 2021-09-08 19:48:25 -03:00
lokinet-vpn.cpp remove references to lokimq namespace 2021-03-15 08:46:19 -04:00
lokinet.cpp Remove duplicate handling of jemalloc 2021-09-13 13:26:12 -03:00
lokinet.swift remove unused import 2021-09-03 07:49:29 -04:00
lokinetctl.cpp standardize include format and pragma once 2021-03-09 19:01:41 -05:00