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
...
*
Fix chunk_unmap() to propagate dirty state.
Jason Evans
2015-02-18
2
-7/+13
*
arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()
Jason Evans
2015-02-18
1
-11/+3
*
Simplify extent_node_t and add extent_node_init().
Jason Evans
2015-02-17
4
-30/+16
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
7
-216/+437
*
Normalize *_link and link_* fields to all be *_link.
Jason Evans
2015-02-16
3
-10/+9
*
Remove redundant tcache_boot() call.
Jason Evans
2015-02-15
1
-2/+0
*
If MALLOCX_ARENA(a) is specified, use it during tcache fill.
Jason Evans
2015-02-13
1
-9/+10
*
Refactor huge_*() calls into arena internals.
Jason Evans
2015-02-12
1
-56/+104
*
add missing check for new_addr chunk size
Daniel Micay
2015-02-12
1
-1/+1
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
9
-368/+281
*
Update ckh to support metadata allocation tracking.
Jason Evans
2015-02-12
1
-9/+11
*
Fix a regression in tcache_bin_flush_small().
Jason Evans
2015-02-12
1
-1/+1
*
Test and fix tcache ID recycling.
Jason Evans
2015-02-10
1
-1/+1
*
Implement explicit tcache support.
Jason Evans
2015-02-10
8
-187/+362
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
2
-71/+92
*
Refactor base_alloc() to guarantee demand-zeroed memory.
Jason Evans
2015-02-05
3
-66/+104
*
Fix chunk_recycle()'s new_addr functionality.
Jason Evans
2015-02-05
1
-2/+6
*
Make opt.lg_dirty_mult work as documented
Mike Hommey
2015-02-03
1
-0/+2
*
util.c: strerror_r returns char* only on glibc
Felix Janda
2015-02-03
1
-1/+1
*
Implement the prof.gdump mallctl.
Jason Evans
2015-01-26
3
-1/+63
*
Avoid pointless chunk_recycle() call.
Jason Evans
2015-01-26
1
-21/+29
*
huge_node_locked don't have to unlock huge_mtx
Sébastien Marie
2015-01-25
1
-1/+0
*
Implement metadata statistics.
Jason Evans
2015-01-24
10
-118/+148
*
Use the correct type for opt.junk when printing stats.
Guilherme Goncalves
2015-01-23
1
-1/+1
*
Refactor bootstrapping to delay tsd initialization.
Jason Evans
2015-01-22
3
-119/+196
*
Fix arenas_cache_cleanup().
Jason Evans
2015-01-22
1
-1/+1
*
Fix OOM handling in memalign() and valloc().
Jason Evans
2015-01-17
1
-2/+4
*
Fix an infinite recursion bug related to a0/tsd bootstrapping.
Jason Evans
2015-01-15
1
-1/+3
*
Move variable declaration to the top its block for MSVC compatibility.
Guilherme Goncalves
2014-12-17
1
-2/+2
*
Introduce two new modes of junk filling: "alloc" and "free".
Guilherme Goncalves
2014-12-15
5
-40/+83
*
Ignore MALLOC_CONF in set{uid,gid,cap} binaries.
Daniel Micay
2014-12-14
1
-1/+22
*
Style and spelling fixes.
Jason Evans
2014-12-09
6
-8/+8
*
Fix OOM cleanup in huge_palloc().
Jason Evans
2014-12-05
1
-6/+2
*
teach the dss chunk allocator to handle new_addr
Daniel Micay
2014-11-29
2
-8/+15
*
Fix more pointer arithmetic undefined behavior.
Jason Evans
2014-11-17
1
-4/+4
*
Fix pointer arithmetic undefined behavior.
Jason Evans
2014-11-17
2
-17/+31
*
Make quarantine_init() static.
Jason Evans
2014-11-07
1
-1/+1
*
Fix two quarantine regressions.
Jason Evans
2014-11-05
1
-0/+22
*
Disable arena_dirty_count() validation.
Jason Evans
2014-11-01
1
-2/+6
*
Don't dereference NULL tdata in prof_{enter,leave}().
Jason Evans
2014-11-01
1
-13/+18
*
rm unused arena wrangling from xallocx
Daniel Micay
2014-10-31
1
-16/+8
*
Miscellaneous cleanups.
Jason Evans
2014-10-31
2
-4/+6
*
avoid redundant chunk header reads
Daniel Micay
2014-10-31
1
-28/+26
*
mark huge allocations as unlikely
Daniel Micay
2014-10-31
2
-4/+4
*
Fix prof_{enter,leave}() calls to pass tdata_self.
Jason Evans
2014-10-30
1
-19/+24
*
Use JEMALLOC_INLINE_C everywhere it's appropriate.
Jason Evans
2014-10-30
4
-15/+15
*
Merge pull request #151 from thestinger/ralloc
Jason Evans
2014-10-16
2
-2/+2
|
\
|
*
use sized deallocation internally for ralloc
Daniel Micay
2014-10-16
2
-2/+2
*
|
Initialize chunks_mtx for all configurations.
Jason Evans
2014-10-16
1
-4/+3
|
/
*
Purge/zero sub-chunk huge allocations as necessary.
Jason Evans
2014-10-16
1
-24/+51
[prev]
[next]