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
*
Extract profiling code from [re]allocation functions.
Jason Evans
2014-01-12
2
-63/+0
*
Add junk/zero filling unit tests, and fix discovered bugs.
Jason Evans
2014-01-08
3
-3/+300
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
2
-0/+377
*
Convert assert() in test code to assert_*().
Jason Evans
2014-01-04
1
-4/+12
*
Add unit tests for qr, ql, and rb.
Jason Evans
2014-01-04
3
-0/+784
*
Convert rtree from (void *) to (uint8_t) storage.
Jason Evans
2014-01-03
1
-18/+16
*
Add rtree unit tests.
Jason Evans
2014-01-03
1
-0/+119
*
Clean up code formatting.
Jason Evans
2014-01-02
1
-4/+2
*
Add stats unit tests.
Jason Evans
2013-12-20
1
-0/+350
*
Add mallctl*() unit tests.
Jason Evans
2013-12-20
2
-8/+429
*
Add quarantine unit tests.
Jason Evans
2013-12-17
2
-0/+118
*
Fix a typo in a string constant.
Jason Evans
2013-12-17
1
-1/+1
*
Add hash (MurmurHash3) tests.
Jason Evans
2013-12-17
1
-0/+167
*
Add ckh unit tests.
Jason Evans
2013-12-17
1
-0/+206
*
Add rallocx() test of both alignment and zeroing.
Jason Evans
2013-12-16
1
-5/+17
*
Add zero/align tests for rallocx().
Jason Evans
2013-12-15
2
-1/+122
*
Fix name mangling issues.
Jason Evans
2013-12-13
2
-2/+3
*
Implement the *allocx() API.
Jason Evans
2013-12-13
5
-6/+262
*
Fix a strict aliasing violation.
Jason Evans
2013-12-12
1
-2/+4
*
Fix a malloc_mutex dependency in mtx.
Jason Evans
2013-12-12
1
-1/+1
*
Fix a strict aliasing violation.
Jason Evans
2013-12-12
1
-2/+6
*
Streamline test output.
Jason Evans
2013-12-12
2
-13/+16
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
17
-123/+427
*
Clean up SFMT test.
Jason Evans
2013-12-10
1
-43/+40
*
Fix inline-related macro issues.
Jason Evans
2013-12-10
4
-51/+27
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
8
-39/+721
*
Integrate SFMT 1.3.3 into test infrastructure.
Jason Evans
2013-12-09
19
-0/+3864
*
Normalize #define whitespace.
Jason Evans
2013-12-09
4
-11/+11
*
Refactor tests.
Jason Evans
2013-12-09
25
-661/+833
*
Fix more test refactoring issues.
Jason Evans
2013-12-06
1
-0/+1
*
Fix test refactoring issues for Linux.
Jason Evans
2013-12-06
1
-2/+1
*
Add tsd test.
Jason Evans
2013-12-05
2
-0/+63
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
27
-50/+253
*
Fix an off-by-one flaw in a test.
Jason Evans
2013-10-20
1
-1/+2
*
Fix dangerous casts in tests.
Jason Evans
2013-10-20
3
-6/+10
*
Fix Valgrind integration.
Jason Evans
2013-02-01
2
-0/+2
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
3
-3/+73
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
1
-11/+14
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
1
-4/+12
*
Remove #includes in tests
Mike Hommey
2012-04-22
9
-55/+0
*
Add support for Mingw
Mike Hommey
2012-04-22
2
-0/+30
*
Add an abstraction layer for threading in tests
Mike Hommey
2012-04-18
4
-55/+45
*
Replace fprintf with malloc_printf in tests.
Mike Hommey
2012-04-17
10
-106/+101
*
Rename labels.
Jason Evans
2012-04-10
4
-22/+22
*
Revert "Avoid NULL check in free() and malloc_usable_size()."
Jason Evans
2012-04-02
2
-21/+0
*
Avoid NULL check in free() and malloc_usable_size().
Jason Evans
2012-04-02
2
-0/+21
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
2
-0/+111
*
Implement aligned_alloc().
Jason Evans
2012-03-13
2
-0/+148
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
2
-8/+8
*
Use UINT64_C() rather than LLU for 64-bit constants.
Jason Evans
2012-03-05
2
-17/+18
[next]