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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'dev'
5.1.0
Qi Wang
2018-05-08
116
-2215/+6629
|
\
|
*
Update ChangeLog for 5.1.0.
Qi Wang
2018-05-08
1
-0/+117
|
*
run_tests.sh: Don't test large vaddr with -m32.
David T. Goldblatt
2018-05-08
1
-0/+5
|
*
Reformat the version number in jemalloc.pc.in.
Qi Wang
2018-05-08
1
-1/+1
|
*
Fix include path order for out-of-tree builds.
Christoph Muellner
2018-05-05
1
-1/+1
|
*
run_tests.sh: Test --with-lg-vaddr.
David Goldblatt
2018-05-04
1
-0/+8
|
*
INSTALL.md: Clarify --with-lg-vaddr.
David Goldblatt
2018-05-04
1
-5/+4
|
*
configure: Add --with-lg-vaddr configure option.
Christoph Muellner
2018-05-04
2
-28/+46
|
*
Update copyright dates.
Qi Wang
2018-05-03
1
-2/+2
|
*
Add TUNING.md.
Qi Wang
2018-05-03
1
-0/+129
|
*
Remove documentation for --disable-thp which was removed.
Qi Wang
2018-05-03
1
-5/+0
|
*
Fix a typo in INSTALL.md.
Qi Wang
2018-05-02
1
-1/+1
|
*
Mallctl: Add arenas.lookup
Latchesar Ionkov
2018-05-01
3
-1/+59
|
*
aarch64: Add ILP32 support.
Christoph Muellner
2018-04-30
1
-1/+7
|
*
Adding `install_lib_pc`
Issam Maghni
2018-04-22
1
-0/+1
|
*
Remove an incorrect assertion.
Qi Wang
2018-04-18
1
-1/+4
|
*
Invoke dlsym() on demand.
Qi Wang
2018-04-18
1
-11/+24
|
*
Avoid a resource leak down extent split failure paths.
David Goldblatt
2018-04-18
1
-10/+8
|
*
Add the --disable-initial-exec-tls configure option.
David Goldblatt
2018-04-18
2
-6/+35
|
*
Fix abort_conf processing.
Qi Wang
2018-04-18
1
-6/+4
|
*
Add UNUSED to avoid compiler warnings.
Qi Wang
2018-04-16
9
-44/+43
|
*
Avoid a printf format specifier warning.
Jason Evans
2018-04-16
1
-1/+1
|
*
Allow setting extent hooks on uninitialized auto arenas.
Qi Wang
2018-04-12
2
-12/+71
|
*
Document liveness requirements for extent_hooks_t structures.
Qi Wang
2018-04-11
1
-1/+3
|
*
Fix a typo.
Qi Wang
2018-04-11
1
-1/+1
|
*
Fix a typo.
Jason Evans
2018-04-11
1
-1/+1
|
*
Silence a compiler warning.
Jason Evans
2018-04-11
1
-2/+3
|
*
background_thread: add max thread count config
Dave Watson
2018-04-10
7
-22/+177
|
*
Consolidate the two memory loads in rtree_szind_slab_read().
Qi Wang
2018-04-10
1
-0/+6
|
*
Stack address should not be used for ordering mutexes
Rajeev Misra
2018-04-10
1
-1/+1
|
*
Fix const qualifier warnings.
Qi Wang
2018-04-09
2
-2/+2
|
*
Fix type warning on Windows.
Qi Wang
2018-04-09
5
-31/+44
|
*
Fix arguments passed to extent_init.
Qi Wang
2018-04-09
1
-1/+1
|
*
Control idump and gdump with prof_active.
Qi Wang
2018-04-09
4
-14/+14
|
*
extents: Remove preserve_lru feature.
Dave Watson
2018-04-02
1
-46/+18
|
*
Fix a background_thread shutdown issue.
Qi Wang
2018-04-02
2
-21/+29
|
*
Change mutable option output in stats to avoid stringify issues.
Qi Wang
2018-03-15
1
-36/+37
|
*
Fix a typo in stats.
Qi Wang
2018-03-15
1
-1/+1
|
*
Revert "CI: Remove "catgets" dependency on appveyor."
Qi Wang
2018-03-15
1
-1/+0
|
*
Stats printing: Convert arena large stats to use emitter.
David Goldblatt
2018-03-09
1
-49/+58
|
*
Stats printing: convert arena bin stats to use emitter.
David Goldblatt
2018-03-09
1
-148/+182
|
*
Stats printing: remove a spurious newline.
David Goldblatt
2018-03-09
1
-3/+0
|
*
Stats printing: Make arena mutex stats use the emitter.
David Goldblatt
2018-03-09
1
-98/+72
|
*
Stats printing: convert most per-arena stats to use the emitter.
David Goldblatt
2018-03-09
1
-69/+45
|
*
Stats printing: convert paging and alloc counts to use the emitter.
David Goldblatt
2018-03-09
1
-67/+81
|
*
Stats printing: convert decay stats to use the emitter.
David Goldblatt
2018-03-09
1
-73/+132
|
*
Stats printing: Move emitter cutoff point into stats_arena_print.
David Goldblatt
2018-03-09
1
-13/+12
|
*
Stats printing: move stats_print_helper to use emitter.
David Goldblatt
2018-03-09
1
-102/+61
|
*
Stats printing: Move global mutex stats to use emitter.
David Goldblatt
2018-03-09
2
-59/+113
|
*
Emitter: Add support for row-based output in table mode.
David Goldblatt
2018-03-09
2
-7/+123
[next]