summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove --disable-cc-silence.Jason Evans2017-04-241-23/+4
* Remove --with-lg-tiny-min.Jason Evans2017-04-241-9/+1
* Remove --with-lg-size-class-group.Jason Evans2017-04-241-8/+1
* Add missing 'test' to LG_SIZEOF_PTR tests.Jason Evans2017-04-241-3/+3
* Enable -Wundef, when supported.David Goldblatt2017-04-221-1/+4
* Remove --enable-ivsalloc.Jason Evans2017-04-211-18/+1
* Remove --disable-tls.Jason Evans2017-04-211-23/+4
* Remove --disable-tcache.Jason Evans2017-04-211-17/+0
* Only disable munmap(2) by default on 64-bit Linux.Jason Evans2017-04-171-2/+6
* Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX.Jason Evans2017-04-171-1/+1