summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-3/+3
* Port CPU_SPINWAIT to __powerpc64__Rafael Folco2017-04-101-1/+2
* Clamp LG_VADDR for 32-bit builds on x64.Jason Evans2017-03-231-0/+3
* Fix pages_purge_forced() to discard pages on non-Linux systems.Jason Evans2017-03-141-0/+2
* Implement per-CPU arena.Qi Wang2017-03-091-0/+9
* Introduce a backport of C11 atomicsDavid Goldblatt2017-03-031-22/+30
* fix typo sytem -> systemcharsyam2017-03-011-1/+1
* Put -D_REENTRANT in CPPFLAGS rather than CFLAGS.Jason Evans2017-02-281-1/+1
* Avoid -lgcc for heap profiling if unwind.h is missing.Jason Evans2017-02-211-1/+3
* Determine rtree levels at compile time.Jason Evans2017-02-091-0/+68
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Remove -Werror=declaration-after-statement.Jason Evans2017-01-191-1/+0
* Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitionsMike Hommey2017-01-181-31/+0