aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Avoid a -Wundef warning on LG_SLAB_MAXREGS.David Goldblatt2020-09-171-3/+3
* configure: add --with-lg-slab-maxregs configure option.Hao Liu2020-09-161-0/+9
* Add sized-delete size-checking functionality.David Goldblatt2020-08-051-0/+17
* bit_util: Add fls_ functions; "find last set".David Goldblatt2020-07-301-1/+5
* enabling mpss on solaris/illumos.David Carlier2020-07-061-0/+8
* High Resolution Timestamps for ProfilingJon Haslam2020-06-151-0/+12
* Don't warn on uniform initialization.David Goldblatt2020-05-281-0/+2
* cpu instruction spin wait for arm32/64David Carlier2020-05-141-0/+10
* Configure: Get rid of LG_QUANTA.David Goldblatt2020-05-041-3/+1
* configure.ac: Put public symbols on one line.David Goldblatt2020-04-021-2/+1
* Add malloc_conf_2_conf_harderDavid T. Goldblatt2020-03-311-1/+2
* Config: Warn on void * pointer arithmetic.David Goldblatt2020-03-121-0/+1
* Disable some spuriously-triggering warningsDavid Goldblatt2019-12-041-0/+5
* Support C++17 over-aligned allocationMark Santaniello2019-11-221-2/+5
* Add -Wimplicit-fallthrough checks if supportedNick Desaulniers2019-11-081-0/+20
* Add hint in the bogus version string.Qi Wang2019-08-161-1/+1
* Enable opt.retain by default on Windows.Qi Wang2019-07-231-0/+3
* configure.ac: Add an option to disable docFabrice Fontaine2019-04-231-0/+14
* Move extra size checks behind a config flag.David Goldblatt2019-04-151-11/+11
* Add an autoconf feature test for format_arg and a jemalloc-specificzoulasc2019-04-151-0/+12
* Detect if 8-bit atomics are available.Qi Wang2019-03-091-0/+25
* Fix a syntax error in configure.acQi Wang2019-03-041-1/+1
* Remove JE_FORCE_SYNC_COMPARE_AND_SWAP_[48].Jason Evans2019-02-221-34/+0
* Add build_doc by default.Qi Wang2019-02-081-0/+3
* Make background_thread not dependent on libdl.Qi Wang2019-02-061-2/+1
* Add configure option --disable-libdl.Qi Wang2019-02-061-8/+29
* Sanity check szind on tcache flush.Qi Wang2019-02-011-0/+16
* Replace -lpthread with -pthreadFaidon Liambotis2019-01-091-1/+1
* Add --{enable,disable}-{static,shared} to configure scriptJohn Ericson2018-12-191-0/+32
* Deprecate OSSpinLock.Qi Wang2018-11-141-18/+2
* Add a fastpath for arena_slab_reg_alloc_batchDave Watson2018-11-141-1/+16
* Make `smallocx` symbol name depend on the `JEMALLOC_VERSION_GID`gnzlbg2018-10-171-61/+65
* Add experimental API: smallocx_return_t smallocx(size, flags)gnzlbg2018-10-171-1/+18
* Allow the use of readlinkat over readlink.David Goldblatt2018-08-031-0/+16
* Remove the --with-lg-page-sizes configure option.David Goldblatt2018-07-121-5/+0
* Kill size_classes.sh.David Goldblatt2018-07-121-12/+0
* Clean compilation -Wextragnzlbg2018-07-091-0/+2
* configure: Add --with-lg-vaddr configure option.Christoph Muellner2018-05-041-28/+38
* aarch64: Add ILP32 support.Christoph Muellner2018-04-301-1/+7
* Add the --disable-initial-exec-tls configure option.David Goldblatt2018-04-171-6/+26
* Fix a typo.Qi Wang2018-04-111-1/+1
* Remove config.thp which wasn't in use.Qi Wang2018-03-081-22/+0
* Modify configure to determine return value of strerror_r.Christopher Ferris2018-01-101-0/+19
* Make sure JE_CXXFLAGS_ADD uses CPP compilerNehal J Wani2018-01-041-0/+2
* Disable JEMALLOC_HAVE_MADVISE_HUGE for arm* CPUs.marxin2018-01-041-0/+6
* Add configure-time detection for madvise(..., MADV_DO[NT]DUMP)David Goldblatt2017-10-161-0/+11
* Remove the default value for JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS.Qi Wang2017-10-111-2/+2
* Define MADV_FREE on our own when needed.Qi Wang2017-10-111-0/+9
* Power: disable the CPU_SPINWAIT macro.David Goldblatt2017-10-041-4/+3
* dumpbin doesn't exist in mingwTamir Duberstein2017-09-211-1/+7