aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc/jemalloc/jemalloc.3
Commit message (Collapse)AuthorAgeFilesLines
* jemalloc: Move generated jemalloc.3 into lib/libc treeWarner Losh2024-12-131-0/+2560
The more generated things that are in contrib/jemalloc tree, the more chances for interference goes way up. So, move this file into our lib/libc tree. I didn't add a 'generated file' line / info, but this is funky enough I don't think we need that. We do add things to the man page, and that should be tracked in the contrib/jemalloc tree to allow better importing experience. Sponsored by: Netflix