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
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-27/+36
*
Witness assertions: only assert locklessness when non-reentrant.
David Goldblatt
2017-06-01
1
-49/+62
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-125/+24
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall rtree module.
David Goldblatt
2017-05-31
1
-0/+1
*
Explicitly say so when aborting on opt_abort_conf.
Qi Wang
2017-05-31
1
-2/+10
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-1/+30
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-27
1
-0/+18
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0/+1
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
1
-38/+40
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-3/+50
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
1
-2/+4
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-4/+8
*
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
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
1
-2/+6
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1/+1
*
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
[next]