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
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+1
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-22/+16
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
1
-0/+1
*
Header refactoring: ticker 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
1
-16/+16
*
Enable -Wundef, when supported.
David Goldblatt
2017-04-22
1
-9/+1
*
Remove --enable-ivsalloc.
Jason Evans
2017-04-21
1
-4/+11
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-8/+5
*
Support --with-lg-page values larger than system page size.
Jason Evans
2017-04-19
1
-1/+3
*
Header refactoring: unify spin.h and move it out of the catch-all.
David Goldblatt
2017-04-19
1
-0/+1
*
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
1
-0/+1
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move malloc_io.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+1
*
Switch to fine-grained reentrancy support.
Qi Wang
2017-04-15
1
-71/+50
*
Bundle 3 branches on fast path into tsd_state.
Qi Wang
2017-04-14
1
-36/+65
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
1
-30/+54
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
1
-2/+11
*
Header refactoring: move atomic.h out of the catch-all
David Goldblatt
2017-04-11
1
-0/+2
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+2
*
Pass dealloc_ctx down free() fast path.
Qi Wang
2017-04-11
1
-5/+13
*
Move reentrancy_level to the beginning of TSD.
Qi Wang
2017-04-07
1
-1/+1
*
Add basic reentrancy-checking support, and allow arena_new to reenter.
David Goldblatt
2017-04-07
1
-12/+82
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-8/+8
*
Move arena-tracking atomics in jemalloc.c to C11-style
David Goldblatt
2017-04-05
1
-6/+8
*
Do proper cleanup for tsd_state_reincarnated.
Qi Wang
2017-04-04
1
-7/+2
*
Force inline ifree to avoid function call costs on fast path.
Qi Wang
2017-03-25
1
-2/+2
*
Push down iealloc() calls.
Jason Evans
2017-03-23
1
-84/+57
*
Remove extent dereferences from the deallocation fast paths.
Jason Evans
2017-03-23
1
-18/+14
*
Remove extent arg from isalloc() and arena_salloc().
Jason Evans
2017-03-23
1
-16/+13
*
Not re-binding iarena when migrate between arenas.
Qi Wang
2017-03-21
1
-1/+0
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-2/+4
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-24/+115
*
Fix arena_prefork lock rank order for witness.
Qi Wang
2017-03-09
1
-6/+14
*
Store associated arena in tcache.
Qi Wang
2017-03-07
1
-0/+1
*
Add casts to CONF_HANDLE_T_U().
Jason Evans
2017-03-01
1
-4/+4
*
Synchronize arena->tcache_ql with arena->tcache_ql_mtx.
Jason Evans
2017-02-16
1
-8/+3
*
Replace spin_init() with SPIN_INITIALIZER.
Jason Evans
2017-02-09
1
-3/+1
*
Optimize compute_size_with_overflow().
Jason Evans
2017-02-04
1
-5/+16
*
Fix compute_size_with_overflow().
Jason Evans
2017-02-04
1
-1/+1
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-02
1
-0/+3
*
Fix a bug in which a potentially invalid usize replaced size
David Goldblatt
2017-01-25
1
-3/+3
*
Avoid redeclaring glibc's secure_getenv
Tamir Duberstein
2017-01-25
1
-4/+6
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-47/+47
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-83/+81
*
Update brace style.
Jason Evans
2017-01-21
1
-243/+254
*
Unify the allocation paths
David Goldblatt
2017-01-20
1
-392/+505
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-27/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-1/+1
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
1
-1/+1
[next]