summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/private_symbols.sh
Commit message (Collapse)AuthorAgeFilesLines
* Automatically generate private symbol name mangling macros.Jason Evans2017-05-121-0/+51
Rather than using a manually maintained list of internal symbols to drive name mangling, add a compilation phase to automatically extract the list of internal symbols. This resolves #677.