index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add build_doc by default.
Qi Wang
2019-02-08
1
-1/+16
*
Replace -lpthread with -pthread
Faidon Liambotis
2019-01-09
1
-1/+1
*
Add --{enable,disable}-{static,shared} to configure script
John Ericson
2018-12-19
1
-2/+15
*
Add unit test for sharded bins.
Qi Wang
2018-12-04
1
-0/+1
*
add test for zero-sized alloc and aligned alloc
Dave Watson
2018-10-17
1
-0/+1
*
Adapts mallocx integration tests for smallocx
gnzlbg
2018-10-17
1
-0/+5
*
Add hook microbenchmark.
David Goldblatt
2018-08-09
1
-1/+3
*
Add unit tests for logging
Tyler Etzel
2018-08-01
1
-0/+1
*
Add MALLOC_CONF parsing for dynamic slab sizes.
David T. Goldblatt
2018-07-13
1
-0/+1
*
SC: Add page customization functionality.
David T. Goldblatt
2018-07-13
1
-0/+1
*
Add lg_ceil to bit_util.
David Goldblatt
2018-07-13
1
-0/+1
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-0/+1
*
Add unit test for opt.huge_threshold.
Qi Wang
2018-06-29
1
-0/+1
*
Add "hook" module.
David Goldblatt
2018-05-18
1
-0/+2
*
Add the Seq module, a simple seqlock implementation.
David Goldblatt
2018-05-18
1
-0/+1
*
Rename hooks module to test_hooks.
David Goldblatt
2018-05-18
1
-2/+2
*
Fix include path order for out-of-tree builds.
Christoph Muellner
2018-05-05
1
-1/+1
*
Introduce the emitter module.
David Goldblatt
2018-03-09
1
-0/+1
*
Background threads: fix an indexing bug.
David Goldblatt
2018-02-28
1
-0/+1
*
Add the div module, which allows fast division by dynamic values.
David Goldblatt
2017-12-21
1
-0/+2
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
1
-0/+1
*
Remove external linkage for spin_adaptive
Ryan Libby
2017-08-08
1
-1/+0
*
Add a logging facility.
David T. Goldblatt
2017-07-21
1
-0/+2
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-0/+1
*
Add test for excessive retained memory.
Jason Evans
2017-05-30
1
-0/+1
*
Add tests for background threads.
Qi Wang
2017-05-23
1
-0/+1
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-0/+1
*
Protect the rtree/extent interactions with a mutex pool.
David Goldblatt
2017-05-19
1
-0/+1
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-2/+2
*
Avoid over-rebuilding due to namespace mangling.
Jason Evans
2017-05-17
1
-3/+8
*
Use srcroot path for private_namespace.sh.
Qi Wang
2017-05-16
1
-2/+2
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-12
1
-7/+46
*
Remove --enable-code-coverage.
Jason Evans
2017-04-24
1
-50/+0
*
Add hooking functionality
David Goldblatt
2017-04-07
1
-0/+2
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-2/+2
*
Disentangle assert and util
David Goldblatt
2017-03-06
1
-4/+4
*
Introduce a backport of C11 atomics
David Goldblatt
2017-03-03
1
-1/+0
*
Remove remainder of mb (memory barrier).
Jason Evans
2017-02-22
1
-1/+0
*
Enhance spin_adaptive() to yield after several iterations.
Jason Evans
2017-02-09
1
-0/+1
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-01-19
1
-0/+1
*
Fix prof_realloc() regression.
Jason Evans
2017-01-17
1
-0/+1
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-0/+4
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-0/+1
*
Add huge page configuration and pages_[no}huge().
Jason Evans
2016-12-27
1
-0/+1
*
Simplify arena_slab_regind().
Jason Evans
2016-12-23
1
-0/+1
*
Restructure *CFLAGS/*CXXFLAGS configuration.
Jason Evans
2016-12-16
1
-2/+6
*
jemalloc cpp new/delete bindings
Dave Watson
2016-12-13
1
-16/+69
*
Add packing test, which verifies stable layout policy.
Jason Evans
2016-11-15
1
-0/+1
*
Fix EXTRA_CFLAGS to not affect configuration.
Jason Evans
2016-10-30
1
-1/+2
*
Only link with libm (-lm) if necessary.
Jason Evans
2016-10-28
1
-3/+4
[next]