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
/
jemalloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for existance of CPU_COUNT macro before using it.
Dave Watson
2016-11-03
1
-1/+7
*
Do not mark malloc_conf as weak on Windows.
Jason Evans
2016-10-29
1
-1/+1
*
Do not mark malloc_conf as weak for unit tests.
Jason Evans
2016-10-29
1
-1/+5
*
Support static linking of jemalloc with glibc
Dave Watson
2016-10-28
1
-0/+31
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-1/+8
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-5/+1
*
Add/use adaptive spinning.
Jason Evans
2016-10-13
1
-1/+4
*
Disallow 0x5a junk filling when running in Valgrind.
Jason Evans
2016-10-13
1
-6/+28
*
Simplify run quantization.
Jason Evans
2016-10-06
1
-2/+1
*
Refactor runs_avail.
Jason Evans
2016-10-05
1
-3/+14
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-10-04
1
-2/+2
*
Use TSDN_NULL rather than NULL as appropriate.
Jason Evans
2016-10-04
1
-2/+2
*
Fix arena_bind().
Qi Wang
2016-09-23
1
-6/+7
*
Fix rallocx() sampling code to not eagerly commit sampler update.
Jason Evans
2016-06-08
1
-3/+3
*
Fix a Valgrind regression in calloc().
Elliot Ronaghan
2016-06-07
1
-1/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-244/+270
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
1
-27/+31
*
Optimize the fast paths of calloc() and [m,d,sd]allocx().
Jason Evans
2016-05-06
1
-186/+114
*
Modify pages_map() to support mapping uncommitted virtual memory.
Jason Evans
2016-05-06
1
-0/+1
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
1
-3/+3
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-12/+29
*
Fix arena_choose_hard() regression.
Jason Evans
2016-04-23
1
-1/+1
*
Do not allocate metadata via non-auto arenas, nor tcaches.
Jason Evans
2016-04-22
1
-37/+75
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-147/+230
*
Fix a potential tsd cleanup leak.
Jason Evans
2016-02-28
1
-0/+3
*
Add more HUGE_MAXCLASS overflow checks.
Jason Evans
2016-02-26
1
-23/+34
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-24/+44
*
Refactor arenas array (fixes deadlock).
Jason Evans
2016-02-25
1
-151/+90
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-1/+1
*
Use ssize_t for readlink() rather than int.
Jason Evans
2016-02-24
1
-1/+1
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-8/+12
*
Refactor time_* into nstime_*.
Jason Evans
2016-02-22
1
-1/+1
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-11/+42
*
Refactor arenas_cache tsd.
Jason Evans
2016-02-20
1
-62/+87
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-3/+6
*
Call malloc_test_boot0() from malloc_init_hard_recursible().
Cosmin Paraschiv
2016-01-11
1
-5/+16
*
Fast-path improvement: reduce # of branches and unnecessary operations.
Qi Wang
2015-11-10
1
-53/+133
*
Add mallocx() OOM tests.
Jason Evans
2015-09-17
1
-0/+2
*
Simplify imallocx_prof_sample().
Jason Evans
2015-09-17
1
-26/+13
*
Fix irallocx_prof_sample().
Jason Evans
2015-09-17
1
-5/+5
*
Fix ixallocx_prof_sample().
Jason Evans
2015-09-17
1
-17/+4
*
Centralize xallocx() size[+extra] overflow checks.
Jason Evans
2015-09-15
1
-7/+11
*
Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.
Jason Evans
2015-09-15
1
-1/+5
*
Resolve an unsupported special case in arena_prof_tctx_set().
Jason Evans
2015-09-15
1
-3/+3
*
Fix ixallocx_prof_sample() argument order reversal.
Jason Evans
2015-09-15
1
-1/+1
*
s/max_usize/usize_max/g
Jason Evans
2015-09-15
1
-6/+6
*
s/oldptr/old_ptr/g
Jason Evans
2015-09-15
1
-15/+15
*
Make one call to prof_active_get_unlocked() per allocation event.
Jason Evans
2015-09-15
1
-10/+19
*
Fix irealloc_prof() to prof_alloc_rollback() on OOM.
Jason Evans
2015-09-15
1
-1/+3
*
Optimize irallocx_prof() to optimistically update the sampler state.
Jason Evans
2015-09-15
1
-3/+3
[next]