summaryrefslogtreecommitdiff
path: root/external/bsd/jemalloc/dist
AgeCommit message (Expand)Author
2023-07-05Revert "jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc."riastradh
2023-07-04jemalloc: Enforce alignment-must-divide-size rule of aligned_alloc.riastradh
2023-07-01jemalloc: enable lint again, it is no longer brokenrillig
2023-06-26jemalloc: reduce CONSTCOND diff to upstreamrillig
2020-11-17Support aarch64eb in */config.guess.rin
2020-09-06Appease gcc-9christos
2020-06-04If _malloc_thread_cleanup is implement, call it from libpthread.joerg
2020-05-15Hook up proper fork lock handling for malloc:joerg
2020-05-15When using default mutex types, don't setup attributes for init.joerg
2020-02-15jemalloc: Avoid variable length array with length 0kamil
2020-01-06set that NetBSD overcommits (from maya)christos
2019-10-03realloc(ptr, 0) != { free(ptr); return NULL; }christos
2019-07-27Ensure that percpu_arena_update is really dead if it shouldn't work andjoerg
2019-04-26Enforce alignment also if the compiled in PAGE_SIZE is bigger thanchristos
2019-04-26Undo previous, it is moving us in the wrong direction.christos
2019-04-24Allow os_page sizes greater than the built-in page size. This can happenchristos
2019-03-16we have MAP_ALIGNED, so use it (although it does not do anything by default)christos
2019-03-16PR/54062: Fix the "snprintf_float" test failing after the jemalloc importchristos
2019-03-14revert previous sshd hack (from Rin Okuyama)christos
2019-03-14Grr, disable the "time goes backwards" test here since this breaks toochristos
2019-03-14Sync with installed versions.christos
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-10Add noreturn where needed. In the prof case because of cassert() and returnchristos
2019-03-10Rename je_mallctltomib to je_mallctlnametomibkamil
2019-03-10Make the non-standard jemalloc api weak.christos
2019-03-05Sync with installed files.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 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-04put back __UNCONST for now.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