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
/
include
/
jemalloc
/
internal
/
jemalloc_internal_inlines_c.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drop bump_empty_alloc option. Size class lookup support used instead.
Dave Watson
2018-10-17
1
-1/+0
*
SC: Make some key size classes static.
David Goldblatt
2018-07-13
1
-1/+1
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-1/+1
*
Optimize ixalloc by avoiding a size lookup.
Qi Wang
2018-06-06
1
-2/+4
*
Hooks: hook the realloc pathways that move/expand.
David Goldblatt
2018-05-18
1
-21/+24
*
Check tsdn_null before reading reentrancy level.
Qi Wang
2018-01-05
1
-1/+2
*
In iallocztm, check lock rank only when not in reentrancy.
Qi Wang
2018-01-05
1
-2/+4
*
Document the ialloc function abbreviations.
David Goldblatt
2017-08-17
1
-0/+18
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-3/+4
*
Header refactoring: unify and de-catchall witness code.
David Goldblatt
2017-05-24
1
-7/+15
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-31/+0
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
1
-6/+3
*
Header refactoring: move jemalloc_internal_types.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+2
*
Switch to fine-grained reentrancy support.
Qi Wang
2017-04-15
1
-2/+2
*
Pass alloc_ctx down profiling path.
Qi Wang
2017-04-12
1
-6/+6
*
Pass dalloc_ctx down the sdalloc path.
Qi Wang
2017-04-12
1
-5/+5
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-0/+220