diff options
author | Jason Evans <jasone@canonware.com> | 2010-09-05 17:35:13 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-09-12 01:20:16 (GMT) |
commit | 2dbecf1f6267fae7a161b9c39cfd4d04ce168a29 (patch) | |
tree | 246a2c4d549d4b007184c518e69deacbad4a0aaa /jemalloc/INSTALL | |
parent | b267d0f86aff15a0edb2929f09060c118ed98ec4 (diff) | |
download | jemalloc-2dbecf1f6267fae7a161b9c39cfd4d04ce168a29.zip jemalloc-2dbecf1f6267fae7a161b9c39cfd4d04ce168a29.tar.gz jemalloc-2dbecf1f6267fae7a161b9c39cfd4d04ce168a29.tar.bz2 |
Port to Mac OS X.
Add Mac OS X support, based in large part on the OS X support in
Mozilla's version of jemalloc.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r-- | jemalloc/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL index eec3b37..e9a8798 100644 --- a/jemalloc/INSTALL +++ b/jemalloc/INSTALL @@ -31,6 +31,10 @@ any of the following arguments (not a definitive list) to 'configure': becomes <prefix>malloc(). This makes it possible to use jemalloc at the same time as the system allocator. + By default, the prefix is "", except on OS X, where it is "je_". On OS X, + jemalloc overlays the default malloc zone, but makes no attempt to actually + replace the "malloc", "calloc", etc. symbols. + --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 |