commit | 0a5489e37da88a1a50fbf8552e0d3a7f8fd93ffc | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Thu Mar 01 17:19:20 2012 -0800 |
committer | Jason Evans <je@fb.com> | Thu Mar 01 17:19:20 2012 -0800 |
tree | bc3ee548220bc90b98892c59dd5a5dbe546f465e | |
parent | 166a745b395198c2b0d661caa717e6a9400291c6 [diff] |
Add --with-mangling. Add the --with-mangling configure option, which can be used to specify name mangling on a per public symbol basis that takes precedence over --with-jemalloc-prefix. Expose the memalign() and valloc() overrides even if --with-jemalloc-prefix is specified. This change does no real harm, and simplifies the code.