You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
CMakeLists.txt Remove duplicate handling of jemalloc 3 years ago
lokinet-bootstrap.cpp Update wording and wrap help message 3 years ago
lokinet-vpn.cpp remove references to lokimq namespace 3 years ago
lokinet.cpp Remove duplicate handling of jemalloc 3 years ago
lokinet.swift remove unused import 3 years ago
lokinetctl.cpp standardize include format and pragma once 3 years ago