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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove obsolete type arena_chunk_miscelms_t.
Jason Evans
2015-02-18
1
-1/+0
*
Simplify extent_node_t and add extent_node_init().
Jason Evans
2015-02-17
6
-43/+39
*
Integrate whole chunks into unused dirty page purging machinery.
Jason Evans
2015-02-17
12
-249/+632
*
Remove more obsolete (incorrect) assertions.
Jason Evans
2015-02-16
1
-2/+0
*
Remove obsolete (incorrect) assertions.
Jason Evans
2015-02-16
2
-23/+24
*
Fix --enable-debug regression.
Jason Evans
2015-02-16
1
-0/+3
*
Normalize *_link and link_* fields to all be *_link.
Jason Evans
2015-02-16
4
-13/+12
*
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
3
-36/+37
*
Take into account the install suffix that jemalloc was built with in the pkg-...
Abhishek Kulkarni
2015-02-13
1
-1/+2
*
Put VERSION file in object directory
Dan McGregor
2015-02-13
2
-12/+16
*
Build docs in object directory
Dan McGregor
2015-02-13
1
-4/+4
*
Make prof_tctx accesses atomic.
Jason Evans
2015-02-12
1
-4/+10
*
Refactor huge_*() calls into arena internals.
Jason Evans
2015-02-12
4
-225/+236
*
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
26
-555/+394
*
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
*
Remove unnecessary xchg* lock prefixes.
Jason Evans
2015-02-11
1
-2/+2
*
Test and fix tcache ID recycling.
Jason Evans
2015-02-10
2
-1/+13
*
Implement explicit tcache support.
Jason Evans
2015-02-10
16
-337/+740
*
Fix arena_get() for (!init_if_missing && refresh_if_missing) case.
Jason Evans
2015-02-10
1
-4/+1
*
Refactor rtree to be lock-free.
Jason Evans
2015-02-05
7
-224/+379
*
Add (x != 0) assertion to lg_floor(x).
Jason Evans
2015-02-05
1
-6/+14
*
Refactor base_alloc() to guarantee demand-zeroed memory.
Jason Evans
2015-02-05
5
-68/+104
*
Reduce extent_node_t size to fit in one cache line.
Jason Evans
2015-02-05
1
-5/+11
*
Implement more atomic operations.
Jason Evans
2015-02-05
3
-112/+446
*
Fix chunk_recycle()'s new_addr functionality.
Jason Evans
2015-02-05
1
-2/+6
*
Add missing prototypes for bootstrap_{malloc,calloc,free}().
Jason Evans
2015-02-05
1
-1/+3
*
Fix shell test to use = instead of ==.
Jason Evans
2015-02-05
1
-1/+1
*
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
7
-10/+133
*
Fix quoting for CONFIG-related sed expression.
Jason Evans
2015-01-26
1
-1/+1
*
Avoid pointless chunk_recycle() call.
Jason Evans
2015-01-26
1
-21/+29
*
add openbsd support
Sébastien Marie
2015-01-25
1
-0/+5
*
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
18
-167/+356
*
Use the correct type for opt.junk when printing stats.
Guilherme Goncalves
2015-01-23
1
-1/+1
*
Implement the jemalloc-config script.
Jason Evans
2015-01-23
4
-4/+89
*
Update copyright dates for 2015.
Jason Evans
2015-01-23
1
-2/+2
*
Document under what circumstances in-place resizing succeeds.
Jason Evans
2015-01-22
1
-0/+16
*
Refactor bootstrapping to delay tsd initialization.
Jason Evans
2015-01-22
6
-125/+203
*
Fix arenas_cache_cleanup().
Jason Evans
2015-01-22
1
-1/+1
*
Add missing symbols to private_symbols.txt.
Abhishek Kulkarni
2015-01-21
1
-0/+4
*
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
*
Add a isblank definition for MSVC < 2013
Guilherme Goncalves
2015-01-09
1
-0/+8
*
Make mixed declarations an error
Mike Hommey
2014-12-18
1
-0/+1
*
Move variable declaration to the top its block for MSVC compatibility.
Guilherme Goncalves
2014-12-17
1
-2/+2
[prev]
[next]