summaryrefslogtreecommitdiff
path: root/external/bsd/jemalloc
AgeCommit message (Expand)Author
2019-03-14Remove __clang___ hacks for noreturn, reduce footprint when we don't compilechristos
2019-03-12- descend to build libjemallocchristos
2019-03-11Add an initializatin that is not needed when the optimizer works...christos
2019-03-10one more noreturnchristos
2019-03-10Add noreturn where needed. In the prof case because of cassert() and returnchristos
2019-03-10Add noreturn for the benefit of clangchristos
2019-03-10clang does not have the gnu_printf attributechristos
2019-03-10turn on debugging to help find problems.christos
2019-03-10Rename je_mallctltomib to je_mallctlnametomibkamil
2019-03-10Make the non-standard jemalloc api weak.christos
2019-03-08Arrange for the new man page to be installed.christos
2019-03-05Sync with installed files.christos
2019-03-05Fix debugging compilationchristos
2019-03-05Add some XXX for things I need to fix later, and fix some of the hard-coding.christos
2019-03-05fix const cast with custom "unconst"christos
2019-03-05revert previous; not needed.christos
2019-03-05Check that the previous link exists before merging it.christos
2019-03-04Add FALLTHROUGH comments.christos
2019-03-04Add fallthough comments.christos
2019-03-04add constcondchristos
2019-03-04- fix shadowingchristos
2019-03-04Adjust to new nameschristos
2019-03-04adjust prototypechristos
2019-03-04use UNCONSTchristos
2019-03-04fix prototypeschristos
2019-03-04fix incorrect macro usechristos
2019-03-04fix const hashchristos
2019-03-04remove unused linechristos
2019-03-04fix shadowingchristos
2019-03-04fix prototypechristos
2019-03-04use c99 initializerschristos
2019-03-04use __format_arg__ to check format arguments.christos
2019-03-04no need to elide format-non-literalchristos
2019-03-04bump warnschristos
2019-03-04use __format_arg__ to check arguments...christos
2019-03-04Put back braces.christos
2019-03-04use ATOMIC_INIT()christos
2019-03-04put back __UNCONST for now.christos
2019-03-04Add Makefiles if we want to build jemalloc standalone.christos
2019-03-04Add glue for libc.christos
2019-03-04We already have div.{c,S} in libc so we call this one divide.cchristos
2019-03-04Add header files (generated and not)christos
2019-03-04use c99 initializerschristos
2019-03-04Add a c99 initializerchristos
2019-03-04use c99 initializerschristos
2019-03-04- add unconstchristos
2019-03-04fix for shadowing.christos
2019-03-04add __UNCONSTchristos
2019-03-04fix prototypeschristos
2019-03-04- add UNCONSTchristos