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
...
*
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
*
Add --with-mangling.
Jason Evans
2012-03-02
6
-60/+54
*
Add nallocm().
Jason Evans
2012-02-29
1
-13/+78
*
Fix rallocm() test to support >4KiB pages.
Jason Evans
2011-11-06
1
-4/+14
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
15
-0/+895
[prev]