summaryrefslogtreecommitdiff
path: root/external/bsd/jemalloc
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
2023-06-26jemalloc: remove redundant CONSTCOND commentsrillig
2021-08-15jemalloc: suppress two irrelevant lint warningsrillig
2021-07-06Remove -O0 hack for alpha; root cause has been addressed.thorpej
2020-12-16For alpha, apply -O0 hack again to rtree.c for GCC9.rin
2020-12-16Correct and extend comments on VA for alpha. No binary changes.rin
2020-11-17Support aarch64eb in */config.guess.rin
2020-10-07PR port-alpha/54307rin
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-04-21Drop obsolete special case for clang/ppc.joerg
2020-02-15jemalloc: Avoid variable length array with length 0kamil
2020-02-14Fix undefined behavior in hash.h (jemalloc)kamil
2020-01-06set that NetBSD overcommits (from maya)christos
2019-11-01Workaround for random crash of userland binaries, as reported inrin
2019-10-03realloc(ptr, 0) != { free(ptr); return NULL; }christos
2019-08-09PR/54307: Rin Okuyama: Lots of jemalloc assertions in latest -currentchristos
2019-07-27Ensure that percpu_arena_update is really dead if it shouldn't work andjoerg
2019-07-23Disable JEMALLOC_DEBUG, it served us well, but now we want performancemartin
2019-05-14Hack around clang powerpc tls_model("initial-exec") pic issue; this is gross.christos
2019-05-05PR/54133: Sevan Janiyan: Binaries fail to executechristos
2019-04-26Enforce alignment also if the compiled in PAGE_SIZE is bigger thanchristos
2019-04-26Back to using MAX_PAGE_SHIFTchristos
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-04-18no tls for sun2 either.christos
2019-04-15Ignore atomic alignment error for clangchristos
2019-04-14Declare the tls model in external declarations. Pointed out by joerg.christos
2019-04-09Use MIN_PAGE_SHIFT if PAGE_SHIFT is not available instead of MAX_PAGE_SHIFT.christos
2019-04-02Vax ain't having any of that newfangled TLS crap (yet).christos
2019-03-29Move all jemalloc symbols to the private namespace. We can't use visibilitychristos
2019-03-29there is no elifdefchristos
2019-03-29Change strategy: instead of always defining PAGE_SHIFT in vmparam.h, failchristos
2019-03-28Add 2K page size tables (sun2)christos
2019-03-27alignment for sh3christos
2019-03-27add tables for 16K page sizeschristos
2019-03-27vaxinate!christos
2019-03-27Handle vax optimizerchristos
2019-03-27LG_QUANTUM is 4 for both sparc and sparc64martin
2019-03-21Add size variants for architectures with PGSHIFT = 13martin
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