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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly cast negative constants meant for use as unsigned.
Jason Evans
2016-10-28
1
-3/+5
*
Add cast to silence (harmless) conversion warning.
Jason Evans
2016-10-28
1
-1/+1
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
2
-24/+24
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-2/+2
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
6
-43/+11
*
Remove ratio-based purging.
Jason Evans
2016-10-12
2
-84/+1
*
Fix decay tests to all adapt to nstime_monotonic().
Jason Evans
2016-10-11
1
-6/+9
*
Do not advance decay epoch when time goes backwards.
Jason Evans
2016-10-11
2
-2/+20
*
Verify extent hook functions receive correct extent_hooks pointer.
Jason Evans
2016-09-29
1
-17/+52
*
Work around a weird pgi bug in test/unit/math.c
Elliot Ronaghan
2016-06-08
1
-0/+4
*
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
1
-3/+5
*
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
1
-5/+19
*
Modify extent hook functions to take an (extent_t *) argument.
Jason Evans
2016-06-06
1
-67/+84
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
1
-35/+48
*
Reduce NSZS, since NSIZES (was nsizes) can not be so large.
Jason Evans
2016-06-06
1
-1/+1
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
3
-5/+3
*
Rename most remaining *chunk* APIs to *extent*.
Jason Evans
2016-06-06
1
-41/+41
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
1
-1/+1
*
s/chunk_hook/extent_hook/g
Jason Evans
2016-06-06
1
-11/+11
*
Rename huge to large.
Jason Evans
2016-06-06
13
-171/+171
*
Move slabs out of chunks.
Jason Evans
2016-06-06
3
-15/+16
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
11
-559/+79
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-12/+42
*
Allow chunks to not be naturally aligned.
Jason Evans
2016-06-03
1
-16/+0
*
Replace extent_tree_szad_* with extent_heap_*.
Jason Evans
2016-06-03
1
-0/+155
*
Dodge ivsalloc() assertion in test code.
Jason Evans
2016-06-03
1
-1/+16
*
Add rtree element witnesses.
Jason Evans
2016-06-03
2
-19/+25
*
Refactor rtree to always use base_alloc() for node allocation.
Jason Evans
2016-06-03
1
-35/+82
*
Add element acquire/release capabilities to rtree.
Jason Evans
2016-06-03
1
-34/+119
*
Rename extent_node_t to extent_t.
Jason Evans
2016-05-16
1
-12/+13
*
Refactor runs_avail.
Jason Evans
2016-05-16
1
-1/+1
*
Implement pz2ind(), pind2sz(), and psz2u().
Jason Evans
2016-05-13
1
-11/+83
*
Initialize arena_bin_info at compile time rather than at boot time.
Jason Evans
2016-05-13
1
-1/+1
*
Implement BITMAP_INFO_INITIALIZER(nbits).
Jason Evans
2016-05-13
1
-109/+296
*
Remove redzone support.
Jason Evans
2016-05-13
3
-48/+3
*
Remove quarantine support.
Jason Evans
2016-05-13
5
-113/+2
*
Remove Valgrind support.
Jason Evans
2016-05-13
2
-3/+1
*
Disable junk filling for tests that could otherwise easily OOM.
Jason Evans
2016-05-11
2
-0/+8
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
5
-88/+88
*
Fix tsd bootstrapping for a0malloc().
Jason Evans
2016-05-07
5
-16/+69
*
Don't test fork() on Windows.
Jason Evans
2016-05-04
1
-0/+6
*
Update mallocx() OOM test to deal with smaller hugemax.
Jason Evans
2016-05-03
1
-10/+19
*
Fix witness/fork() interactions.
Jason Evans
2016-04-26
1
-3/+22
*
Fix fork()-related lock rank ordering reversals.
Jason Evans
2016-04-26
1
-0/+39
*
Use separate arena for chunk tests.
Jason Evans
2016-04-26
1
-28/+45
*
Fix arena_reset() test to avoid tcache.
Jason Evans
2016-04-25
1
-10/+9
*
Implement the arena.<i>.reset mallctl.
Jason Evans
2016-04-22
1
-0/+160
*
Fix style nits.
Jason Evans
2016-04-17
3
-4/+4
[next]