X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3c95e7212ef5f0afb12fbd102c48bf4319af2f84..1d03c1c98a45ec569e017e4c0b8957c4ce00850b:/deps/jemalloc/INSTALL?ds=inline diff --git a/deps/jemalloc/INSTALL b/deps/jemalloc/INSTALL index 11a457ae..2a1e469c 100644 --- a/deps/jemalloc/INSTALL +++ b/deps/jemalloc/INSTALL @@ -42,6 +42,12 @@ any of the following arguments (not a definitive list) to 'configure': jemalloc overlays the default malloc zone, but makes no attempt to actually replace the "malloc", "calloc", etc. symbols. +--with-private-namespace= + Prefix all library-private APIs with . For shared libraries, + symbol visibility mechanisms prevent these symbols from being exported, but + for static libraries, naming collisions are a real possibility. By + default, the prefix is "" (empty string). + --with-install-suffix= Append to the base name of all installed files, such that multiple versions of jemalloc can coexist in the same installation directory. For