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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix arena_sdalloc() to use promoted size (second attempt).
Jason Evans
2014-11-01
1
-8/+11
*
Fix arena_sdalloc() to use promoted size.
Jason Evans
2014-11-01
1
-7/+15
*
Miscellaneous cleanups.
Jason Evans
2014-10-31
1
-6/+4
*
avoid redundant chunk header reads
Daniel Micay
2014-10-31
1
-17/+16
*
mark huge allocations as unlikely
Daniel Micay
2014-10-31
2
-12/+12
*
Fix huge allocation statistics.
Jason Evans
2014-10-15
2
-2/+11
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
3
-12/+32
*
Fix a prof_tctx_t/prof_tdata_t cleanup race.
Jason Evans
2014-10-12
1
-0/+6
*
Remove arena_dalloc_bin_run() clean page preservation.
Jason Evans
2014-10-11
1
-8/+6
*
Add --with-lg-tiny-min, generalize --with-lg-quantum.
Jason Evans
2014-10-11
3
-6/+8
*
Add configure options.
Jason Evans
2014-10-10
7
-29/+46
*
Use regular arena allocation for huge tree nodes.
Daniel Micay
2014-10-08
2
-3/+3
*
Refactor/fix arenas manipulation.
Jason Evans
2014-10-08
5
-108/+264
*
Normalize size classes.
Jason Evans
2014-10-06
8
-318/+311
*
Attempt to expand huge allocations in-place.
Daniel Micay
2014-10-05
5
-9/+9
*
Add missing header includes in jemalloc/jemalloc.h .
Jason Evans
2014-10-05
1
-0/+3
*
Don't disable tcache for lazy-lock.
Jason Evans
2014-10-04
1
-2/+0
*
Make prof-related inline functions always-inline.
Jason Evans
2014-10-04
1
-9/+9
*
Fix tsd cleanup regressions.
Jason Evans
2014-10-04
5
-50/+49
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
2
-9/+30
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
6
-20/+18
*
Test prof.reset mallctl and fix numerous discovered bugs.
Jason Evans
2014-10-03
2
-10/+15
*
correctly detect adaptive mutexes in pthreads
Eric Wong
2014-09-29
2
-1/+4
*
Merge pull request #129 from daverigby/msvc_lg_floor
Jason Evans
2014-09-29
1
-0/+15
|
\
|
*
Use MSVC intrinsics for lg_floor
Dave Rigby
2014-09-24
1
-0/+15
*
|
Move small run metadata into the arena chunk header.
Jason Evans
2014-09-29
2
-67/+80
*
|
Implement compile-time bitmap size computation.
Jason Evans
2014-09-28
1
-0/+46
*
|
Fix profile dumping race.
Jason Evans
2014-09-25
1
-0/+1
|
/
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
9
-414/+444
*
Apply likely()/unlikely() to allocation/deallocation fast paths.
Jason Evans
2014-09-12
4
-46/+53
*
mark some conditions as unlikely
Daniel Micay
2014-09-11
3
-10/+10
*
add likely / unlikely macros
Daniel Micay
2014-09-10
1
-0/+8
*
Fix a profile sampling race.
Jason Evans
2014-09-10
2
-20/+18
*
Fix prof_tdata_get()-related regressions.
Jason Evans
2014-09-09
1
-5/+6
*
fix isqalloct (should call isdalloct)
Daniel Micay
2014-09-09
1
-1/+1
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
4
-3/+60
*
Add relevant function attributes to [msn]allocx().
Jason Evans
2014-09-08
1
-3/+6
*
Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.
Jason Evans
2014-09-08
3
-4/+3
*
Optimize [nmd]alloc() fast paths.
Jason Evans
2014-09-07
4
-29/+31
*
Whitespace cleanups.
Jason Evans
2014-09-05
1
-1/+1
*
Refactor chunk map.
Qinfan Wu
2014-09-05
4
-45/+70
*
Test for availability of malloc hooks via autoconf
Sara Golemon
2014-08-22
1
-0/+6
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
5
-266/+223
*
Add rb_empty().
Jason Evans
2014-08-20
1
-0/+13
*
Dump heap profile backtraces in a stable order.
Jason Evans
2014-08-20
1
-10/+14
*
Directly embed prof_ctx_t's bt.
Jason Evans
2014-08-20
1
-5/+8
*
Convert prof_tdata_t's bt2cnt to a comprehensive map.
Jason Evans
2014-08-20
1
-16/+8
*
Fix and refactor runs_dirty-based purging.
Jason Evans
2014-08-14
1
-23/+11
*
arena->npurgatory is no longer needed since we drop arena's lock
Qinfan Wu
2014-08-12
1
-8/+0
*
Remove chunks_dirty tree, nruns_avail and nruns_adjac since we no
Qinfan Wu
2014-08-12
1
-19/+0
[prev]
[next]