summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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-071-2/+1
* Add configure option --disable-libdl.Qi Wang2019-02-071-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-131-5/+0
* Kill size_classes.sh.David Goldblatt2018-07-131-12/+0
* Clean compilation -Wextragnzlbg2018-07-101-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-181-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-111-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-051-4/+3
* dumpbin doesn't exist in mingwTamir Duberstein2017-09-211-1/+7
* Allow toolchain to determine nmTamir Duberstein2017-09-211-1/+6
* whitespaceTamir Duberstein2017-09-211-7/+7
* Fix support for GNU/kFreeBSDFaidon Liambotis2017-08-111-1/+10
* Implement opt.metadata_thpQi Wang2017-08-111-0/+3
* Logging: allow logging with empty varargs.David Goldblatt2017-07-221-0/+1
* Add a logging facility.David T. Goldblatt2017-07-211-0/+16
* Enforce minimum autoconf version (currently 2.68).Jason Evans2017-06-291-0/+1
* Make sure LG_PAGE <= LG_HUGEPAGE.Jason Evans2017-06-291-0/+4
* Add thread name for background threads.Qi Wang2017-06-231-0/+9
* Normalize background thread configuration.Jason Evans2017-06-091-0/+10
* Add jemalloc prefix to allocator functions pruned by jeprof.Jason Evans2017-05-311-0/+1
* Add the --disable-thp option to support cross compiling.Jason Evans2017-05-301-3/+22
* Implementing opt.background_thread.Qi Wang2017-05-231-8/+24
* Automatically generate private symbol name mangling macros.Jason Evans2017-05-121-21/+89
* Remove unused private_unnamespace infrastructure.Jason Evans2017-05-121-9/+0
* Add --with-version=VERSION .Jason Evans2017-05-031-3/+7
* Add extent_destroy_t and use it during arena destruction.Jason Evans2017-04-291-1/+1
* Refactor !opt.munmap to opt.retain.Jason Evans2017-04-291-6/+6
* Replace --disable-munmap with opt.munmap.Jason Evans2017-04-251-14/+2
* Remove --enable-code-coverage.Jason Evans2017-04-241-26/+0