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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move small run metadata into the arena chunk header.
Jason Evans
2014-09-29
1
-194/+153
*
Implement compile-time bitmap size computation.
Jason Evans
2014-09-28
1
-15/+3
*
Fix profile dumping race.
Jason Evans
2014-09-25
1
-1/+9
*
Convert all tsd variables to reside in a single tsd structure.
Jason Evans
2014-09-23
10
-496/+546
*
Fix prof regressions.
Jason Evans
2014-09-12
1
-1/+22
*
Fix irallocx_prof() sample logic.
Jason Evans
2014-09-12
1
-3/+3
*
Apply likely()/unlikely() to allocation/deallocation fast paths.
Jason Evans
2014-09-12
4
-83/+85
*
Fix mallocx() to always honor MALLOCX_ARENA() when profiling.
Jason Evans
2014-09-11
1
-2/+1
*
mark some conditions as unlikely
Daniel Micay
2014-09-11
1
-21/+21
*
Fix a profile sampling race.
Jason Evans
2014-09-10
2
-53/+91
*
Fix prof_tdata_get()-related regressions.
Jason Evans
2014-09-09
1
-25/+20
*
Fix sdallocx() assertion.
Jason Evans
2014-09-09
1
-16/+18
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-0/+44
*
Optimize [nmd]alloc() fast paths.
Jason Evans
2014-09-07
3
-102/+141
*
Whitespace cleanups.
Jason Evans
2014-09-05
1
-7/+7
*
Refactor chunk map.
Qinfan Wu
2014-09-05
3
-104/+116
*
Remove junk filling in tcache_bin_flush_small().
Qinfan Wu
2014-08-27
1
-4/+0
*
Test for availability of malloc hooks via autoconf
Sara Golemon
2014-08-22
1
-1/+3
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
5
-439/+939
*
Dump heap profile backtraces in a stable order.
Jason Evans
2014-08-20
1
-52/+105
*
Directly embed prof_ctx_t's bt.
Jason Evans
2014-08-20
1
-51/+18
*
Convert prof_tdata_t's bt2cnt to a comprehensive map.
Jason Evans
2014-08-20
1
-50/+17
*
Fix arena.<i>.dss mallctl to handle read-only calls.
Jason Evans
2014-08-15
1
-23/+29
*
Fix and refactor runs_dirty-based purging.
Jason Evans
2014-08-14
1
-104/+80
*
arena->npurgatory is no longer needed since we drop arena's lock
Qinfan Wu
2014-08-12
1
-12/+3
*
Remove chunks_dirty tree, nruns_avail and nruns_adjac since we no
Qinfan Wu
2014-08-12
1
-177/+10
*
Purge dirty pages from the beginning of the dirty list.
Qinfan Wu
2014-08-12
1
-165/+70
*
Add dirty page counting for debug
Qinfan Wu
2014-08-12
1
-4/+29
*
Maintain all the dirty runs in a linked list for each arena
Qinfan Wu
2014-08-12
1
-0/+47
*
Fix the cactive statistic.
Jason Evans
2014-08-07
1
-3/+3
*
Reintroduce the comment that was removed in f9ff603.
Qinfan Wu
2014-08-06
1
-1/+5
*
Fix the bug that causes not allocating free run with lowest address.
Qinfan Wu
2014-08-06
1
-3/+7
*
Ensure the default purgeable zone is after the default zone on OS X
Mike Hommey
2014-06-10
1
-9/+25
*
Add check for madvise(2) to configure.ac.
Richard Diamond
2014-06-03
1
-2/+5
*
Fix -Wsometimes-uninitialized warnings
Chris Peterson
2014-06-02
1
-1/+3
*
Fix -Wsign-compare warnings
Chris Peterson
2014-06-02
2
-4/+4
*
Don't catch fork()ing events for Native Client.
Richard Diamond
2014-06-02
1
-1/+1
*
Try to use __builtin_ffsl if ffsl is unavailable.
Richard Diamond
2014-06-02
2
-3/+3
*
Add size class computation capability.
Jason Evans
2014-05-29
1
-29/+33
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
8
-237/+256
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
6
-32/+124
*
Fix coding sytle nits.
Jason Evans
2014-05-01
1
-4/+4
*
Simplify backtracing.
Jason Evans
2014-04-23
2
-87/+48
*
prof_backtrace: use unw_backtrace
Lucian Adrian Grijincu
2014-04-23
1
-24/+9
*
Refactor small_size2bin and small_bin2size.
Jason Evans
2014-04-17
1
-9/+9
*
Merge pull request #73 from bmaurer/smallmalloc
Jason Evans
2014-04-16
3
-4/+111
|
\
|
*
Create a const array with only a small bin to size map
Ben Maurer
2014-04-16
1
-1/+9
|
*
refactor profiling. only use a bytes till next sample variable.
Ben Maurer
2014-04-16
1
-3/+62
|
*
outline rare tcache_get codepaths
Ben Maurer
2014-04-16
1
-0/+40
*
|
Optimize Valgrind integration.
Jason Evans
2014-04-15
6
-49/+104
[next]