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
*
Normalize background thread configuration.
Jason Evans
2017-06-09
4
-6/+17
*
Update a UTRACE() size argument.
Jason Evans
2017-06-08
1
-1/+1
*
Remove redundant typedefs.
Jason Evans
2017-06-08
1
-2/+0
*
Add internal tsd for background_thread.
Qi Wang
2017-06-08
3
-11/+24
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
5
-13/+43
*
Make tsd no-cleanup during tsd reincarnation.
Qi Wang
2017-06-07
4
-24/+51
*
Remove assertions on extent_hooks being default.
Qi Wang
2017-06-05
1
-16/+0
*
Take background thread lock when setting extent hooks.
Qi Wang
2017-06-05
3
-4/+15
*
Set reentrancy level to 1 during init.
Qi Wang
2017-06-02
1
-15/+28
*
Set isthreaded when enabling background_thread.
Qi Wang
2017-06-02
3
-23/+41
*
Fix background thread creation.
Qi Wang
2017-06-01
1
-13/+17
*
Test with background_thread:true.
Jason Evans
2017-06-01
4
-6/+35
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
12
-124/+161
*
Skip default tcache testing if !opt_tcache.
Jason Evans
2017-06-01
1
-4/+4
*
Witness assertions: only assert locklessness when non-reentrant.
David Goldblatt
2017-06-01
1
-49/+62
*
Use real pthread_create for creating background threads.
Qi Wang
2017-05-31
2
-3/+9
*
Clean source directory before building tests in object directories.
Jason Evans
2017-05-31
1
-0/+1
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
28
-596/+642
*
Header refactoring: unify and de-catchall mutex_pool.
David Goldblatt
2017-05-31
7
-26/+15
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
10
-4/+11
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
12
-37/+33
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
18
-170/+166
*
Add /run_tests.out/ to .gitignore.
David Goldblatt
2017-05-31
1
-0/+2
*
Pass the O_CLOEXEC flag to open(2).
Jason Evans
2017-05-31
2
-4/+5
*
Track background thread status separately at fork.
Qi Wang
2017-05-31
1
-3/+8
*
Output total_wait_ns for bin mutexes.
Qi Wang
2017-05-31
1
-19/+5
*
Add jemalloc prefix to allocator functions pruned by jeprof.
Jason Evans
2017-05-31
2
-13/+14
*
Explicitly say so when aborting on opt_abort_conf.
Qi Wang
2017-05-31
1
-2/+10
*
More thoroughly document the *.{nmalloc,ndalloc,nrequests} mallctls.
Jason Evans
2017-05-30
1
-24/+50
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
8
-14/+53
*
Fix npages during arena_decay_epoch_advance().
Qi Wang
2017-05-30
1
-20/+14
*
Add test for excessive retained memory.
Jason Evans
2017-05-30
2
-0/+180
*
Fix extent_grow_next management.
Jason Evans
2017-05-30
4
-159/+222
*
Fix OOM paths in extent_grow_retained().
Jason Evans
2017-05-30
1
-2/+8
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
5
-45/+94
*
Make test/unit/background_thread not flaky.
Qi Wang
2017-05-27
1
-3/+5
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-27
5
-15/+56
*
Fix run_tests to avoid percpu_arena on !Linux.
Jason Evans
2017-05-26
1
-3/+3
*
Cleanup smoothstep.sh / .h.
Qi Wang
2017-05-25
4
-207/+205
*
Fix stats.mapped during deallocation.
Qi Wang
2017-05-24
1
-1/+1
*
Refactor run_tests to increase parallelism.
Jason Evans
2017-05-24
1
-13/+45
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
34
-287/+304
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
18
-540/+604
*
Disable percpu_arena by default.
Jason Evans
2017-05-23
5
-11/+36
*
Do not assume dss never decreases.
Jason Evans
2017-05-23
1
-38/+34
*
Add dss:primary testing.
Jason Evans
2017-05-23
3
-20/+59
*
Do not hold the base mutex while calling extent hooks.
Jason Evans
2017-05-23
1
-0/+6
*
Fix # of unpurged pages in decay algorithm.
Qi Wang
2017-05-23
2
-10/+28
*
Check for background thread inactivity on extents_dalloc.
Qi Wang
2017-05-23
4
-23/+91
*
Add tests for background threads.
Qi Wang
2017-05-23
3
-0/+119
[next]