]> git.saurik.com Git - redis.git/blobdiff - deps/jemalloc/INSTALL
Marginally cleaner lookupKeyByPattern() implementation.
[redis.git] / deps / jemalloc / INSTALL
index 11a457aeb1f83b85c5e8ef1ad773b599bce7490b..2a1e469cb8b01a81758e16cf31bb8fe0cb0f6bbe 100644 (file)
@@ -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>
+    Prefix all library-private APIs with <prefix>.  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=<suffix>
     Append <suffix> to the base name of all installed files, such that multiple
     versions of jemalloc can coexist in the same installation directory.  For