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
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around a weird pgi bug in test/unit/math.c
Elliot Ronaghan
2016-06-08
1
-0/+4
*
Remove a stray memset(), and fix a junk filling test regression.
Jason Evans
2016-06-06
1
-5/+19
*
Add rtree lookup path caching.
Jason Evans
2016-06-06
1
-35/+48
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
1
-3/+3
*
s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/g
Jason Evans
2016-06-06
1
-1/+1
*
Rename huge to large.
Jason Evans
2016-06-06
8
-81/+81
*
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
9
-434/+73
*
Implement cache-oblivious support for huge size classes.
Jason Evans
2016-06-03
1
-12/+42
*
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
*
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
3
-1/+24
*
Don't test fork() on Windows.
Jason Evans
2016-05-04
1
-0/+6
*
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
*
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
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
3
-3/+282
*
Fix more 64-to-32 conversion warnings.
Jason Evans
2016-04-12
2
-11/+11
*
Clean up char vs. uint8_t in junk filling code.
Jason Evans
2016-04-11
2
-15/+17
*
Refactor/fix ph.
Jason Evans
2016-04-11
1
-20/+237
*
Fix a compilation warning in the ph test code.
Jason Evans
2016-04-05
1
-20/+1
*
Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros
Chris Peterson
2016-03-31
1
-3/+3
*
Refactor out signed/unsigned comparisons.
Jason Evans
2016-03-15
2
-6/+6
*
Unittest for pairing heap
Dave Watson
2016-03-08
1
-0/+92
*
Fix stack corruption and uninitialized var warning
Dmitri Smirnov
2016-02-29
1
-6/+7
*
Fix decay tests for --disable-tcache case.
Jason Evans
2016-02-28
1
-6/+14
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
1
-1/+3
*
Fix decay tests for --disable-stats case.
Jason Evans
2016-02-28
1
-11/+18
*
Miscellaneous bitmap refactoring.
Jason Evans
2016-02-26
1
-9/+13
*
Cast PTRDIFF_MAX to size_t before adding 1.
Jason Evans
2016-02-26
1
-2/+2
*
Make *allocx() size class overflow behavior defined.
Jason Evans
2016-02-25
1
-1/+24
*
Silence miscellaneous 64-to-32-bit data loss warnings.
Jason Evans
2016-02-24
1
-2/+2
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-1/+1
*
Remove rbt_nil
Dave Watson
2016-02-24
1
-19/+22
*
Use table lookup for run_quantize_{floor,ceil}().
Jason Evans
2016-02-23
1
-10/+2
*
Test run quantization.
Jason Evans
2016-02-22
1
-0/+157
[next]