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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not assume dss never decreases.
Jason Evans
2017-05-23
1
-38/+34
*
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
1
-10/+26
*
Check for background thread inactivity on extents_dalloc.
Qi Wang
2017-05-23
2
-19/+46
*
Add profiling for the background thread mutex.
Qi Wang
2017-05-23
2
-0/+14
*
Add background thread related stats.
Qi Wang
2017-05-23
4
-21/+162
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
6
-79/+814
*
Protect the rtree/extent interactions with a mutex pool.
David Goldblatt
2017-05-19
3
-214/+160
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
9
-27/+60
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
4
-143/+136
*
Add stats: arena uptime.
Qi Wang
2017-05-18
3
-0/+25
*
Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.
Jason Evans
2017-05-14
1
-5/+5
*
Automatically generate private symbol name mangling macros.
Jason Evans
2017-05-12
1
-18/+29
*
Stop depending on JEMALLOC_N() for function interception during testing.
Jason Evans
2017-05-12
6
-167/+51
*
Revert "Use trylock in tcache_bin_flush when possible."
Qi Wang
2017-05-01
1
-123/+48
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
5
-39/+64
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
2
-12/+55
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
7
-14/+14
*
Inline tcache_bin_flush_small_impl / _large_impl.
Qi Wang
2017-04-28
1
-2/+2
*
Use trylock in tcache_bin_flush when possible.
Qi Wang
2017-04-26
1
-48/+123
*
Remove redundant extent lookup in tcache_bin_flush_large.
Qi Wang
2017-04-25
1
-1/+1
*
Avoid prof_dump during reentrancy.
Qi Wang
2017-04-25
1
-12/+20
*
Header refactoring: pages.h - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+3
*
Header refactoring: hash - unify and remove from catchall.
David Goldblatt
2017-04-25
2
-0/+2
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
3
-37/+41
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
7
-32/+37
*
Use trylock in arena_decay_impl().
Qi Wang
2017-04-24
1
-8/+16
*
Implement malloc_mutex_trylock() w/ proper stats update.
Qi Wang
2017-04-24
1
-2/+2
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
4
-0/+4
*
Header refactoring: ckh module - remove from the catchall and unify.
David Goldblatt
2017-04-24
2
-0/+4
*
Header refactoring: ticker module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+1
*
Header refactoring: prng module - remove from the catchall and unify.
David Goldblatt
2017-04-24
1
-0/+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
6
-35/+34
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-22
2
-12/+4
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
1
-4/+11
*
Remove --disable-tls.
Jason Evans
2017-04-21
2
-4/+0
*
Use openat syscall if available
Jim Chen
2017-04-21
1
-0/+3
*
Remove --disable-tcache.
Jason Evans
2017-04-21
5
-202/+91
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
3
-26/+39
*
Trim before commit in extent_recycle().
Jason Evans
2017-04-20
2
-3/+9
*
Output 4 counters for bin mutexes instead of just 2.
Qi Wang
2017-04-19
1
-8/+24
*
Support --with-lg-page values larger than system page size.
Jason Evans
2017-04-19
3
-101/+145
*
Revert "Remove BITMAP_USE_TREE."
Jason Evans
2017-04-19
1
-0/+78
*
Header refactoring: unify spin.h and move it out of the catch-all.
David Goldblatt
2017-04-19
3
-1/+4
*
Header refactoring: unify nstime.h and move it out of the catch-all
David Goldblatt
2017-04-19
2
-0/+3
*
Header refactoring: move jemalloc_internal_types.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
20
-1/+32
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
6
-0/+10
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-19
7
-0/+12
*
Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp
David Goldblatt
2017-04-19
1
-0/+8
[prev]
[next]