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
*
Add -dynamic for integration and stress tests with Cray compiler wrappers
Elliot Ronaghan
2016-07-07
2
-2/+21
*
Add Travis-CI configuration
Mike Hommey
2016-07-07
1
-0/+29
*
Define 64-bits atomics unconditionally
Mike Hommey
2016-06-09
1
-10/+8
*
Fix extent_*_get to build with MSVC
Mike Hommey
2016-06-09
1
-4/+4
*
Add an AppVeyor config
Mike Hommey
2016-06-09
1
-0/+28
*
Don't use compact red-black trees with the pgi compiler
Elliot Ronaghan
2016-06-08
1
-0/+2
*
Work around a weird pgi bug in test/unit/math.c
Elliot Ronaghan
2016-06-08
1
-0/+4
*
Update ChangeLog for 4.2.1.
Jason Evans
2016-06-08
1
-0/+11
*
Fix potential VM map fragmentation regression.
Jason Evans
2016-06-07
2
-2/+2
*
Fix mixed decl in nstime.c
Elliot Ronaghan
2016-06-07
1
-3/+5
*
Propagate tsdn to default extent hooks.
Jason Evans
2016-06-07
1
-25/+78
*
Use extent_commit_wrapper() rather than directly calling commit hook.
Jason Evans
2016-06-06
1
-3/+2
*
Set 'committed' in extent_[de]commit_wrapper().
Jason Evans
2016-06-06
1
-8/+13
*
Relax extent hook tests to work with unsplittable extents.
Jason Evans
2016-06-06
1
-8/+19
*
Fix regressions related extent splitting failures.
Jason Evans
2016-06-06
2
-4/+8
*
Fix an extent [de]allocation/[de]registration race.
Jason Evans
2016-06-06
1
-4/+17
*
Fix extent_alloc_dss() regressions.
Jason Evans
2016-06-06
4
-22/+33
*
Fix gdump triggering regression.
Jason Evans
2016-06-06
1
-13/+11
*
Work around legitimate xallocx() failures during testing.
Jason Evans
2016-06-06
1
-6/+12
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-06
4
-7/+34
*
Silence a bogus compiler warning.
Jason Evans
2016-06-06
1
-1/+3
*
Fix locking order reversal in arena_reset().
Jason Evans
2016-06-06
1
-5/+13
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
10
-311/+308
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
7
-95/+268
*
Make tsd cleanup functions optional, remove noop cleanup functions.
Jason Evans
2016-06-06
11
-81/+23
*
Remove some unnecessary locking.
Jason Evans
2016-06-06
1
-20/+2
*
Reduce NSZS, since NSIZES (was nsizes) can not be so large.
Jason Evans
2016-06-06
1
-1/+1
*
Fix rallocx() sampling code to not eagerly commit sampler update.
Jason Evans
2016-06-06
1
-3/+3
*
Add a missing prof_alloc_rollback() call.
Jason Evans
2016-06-06
1
-0/+1
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
8
-19/+17
*
Relax NBINS constraint (max 255 --> max 256).
Jason Evans
2016-06-06
1
-4/+2
*
Relax opt_lg_chunk clamping constraints.
Jason Evans
2016-06-06
1
-10/+2
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-06
8
-73/+34
*
Better document --enable-ivsalloc.
Jason Evans
2016-06-06
3
-6/+14
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
19
-1159/+1151
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
8
-44/+55
*
s/CHUNK_HOOKS_INITIALIZER/EXTENT_HOOKS_INITIALIZER/g
Jason Evans
2016-06-06
5
-16/+16
*
Rename chunks_{cached,retained,mtx} to extents_{cached,retained,mtx}.
Jason Evans
2016-06-06
4
-34/+35
*
Rename chunk_*_t hooks to extent_*_t.
Jason Evans
2016-06-06
3
-126/+129
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
12
-191/+200
*
Rename huge to large.
Jason Evans
2016-06-06
37
-626/+587
*
Update private symbols.
Jason Evans
2016-06-06
2
-13/+21
*
Move slabs out of chunks.
Jason Evans
2016-06-06
21
-2327/+591
*
Improve interval-based profile dump triggering.
Jason Evans
2016-06-06
2
-1/+15
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
34
-1975/+459
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
12
-170/+298
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
11
-268/+105
*
Remove CHUNK_ADDR2BASE() and CHUNK_ADDR2OFFSET().
Jason Evans
2016-06-03
6
-183/+190
*
Make extent_prof_tctx_[gs]et() atomic.
Jason Evans
2016-06-03
1
-3/+7
*
Add extent_dirty_[gs]et().
Jason Evans
2016-06-03
6
-10/+34
[next]