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
/
Makefile.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add quarantine unit tests.
Jason Evans
2013-12-17
1
-1/+2
*
Add hash (MurmurHash3) tests.
Jason Evans
2013-12-17
1
-3/+3
*
Add ckh unit tests.
Jason Evans
2013-12-17
1
-3/+4
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-2/+5
*
Add mq (message queue) to test infrastructure.
Jason Evans
2013-12-12
1
-2/+4
*
Add probabability distribution utility code.
Jason Evans
2013-12-10
1
-8/+8
*
Integrate SFMT 1.3.3 into test infrastructure.
Jason Evans
2013-12-09
1
-1/+3
*
Refactor tests.
Jason Evans
2013-12-09
1
-2/+2
*
Add test code coverage analysis.
Jason Evans
2013-12-07
1
-7/+49
*
Fix test refactoring issues for Linux.
Jason Evans
2013-12-06
1
-2/+2
*
Add tsd test.
Jason Evans
2013-12-05
1
-1/+2
*
Fix build target to be build_lib, as documented.
Jason Evans
2013-12-04
1
-2/+2
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-78/+113
*
Fix build break for MSVC.
Jason Evans
2013-08-20
1
-2/+2
*
Allow toolchain to determine ar
Jory A. Pratt
2013-08-19
1
-1/+3
*
Update phony targets.
Jason Evans
2013-01-22
1
-2/+2
*
Allow to disable the zone allocator on Darwin
Mike Hommey
2012-12-23
1
-1/+2
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-3/+3
*
Use "hardcoded" dependencies when compiler doesn't support -MM
Mike Hommey
2012-05-02
1
-0/+14
*
Add support for MSVC
Mike Hommey
2012-05-01
1
-4/+17
*
Don't link tests with superfluous libraries.
Jason Evans
2012-04-24
1
-1/+1
*
Clean up documentation and formatting.
Jason Evans
2012-04-23
1
-2/+2
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-3/+7
*
Refactor object and library build, and only build PIC libraries when PIC_CFLA...
Mike Hommey
2012-04-18
1
-35/+38
*
Make versioned shared library suffix configurable
Mike Hommey
2012-04-18
1
-7/+14
*
Replace fprintf with malloc_printf in tests.
Mike Hommey
2012-04-17
1
-2/+4
*
Limit the number of flags directly given to the linker, and refactor rpath
Mike Hommey
2012-04-17
1
-12/+5
*
Add variables for library prefix, and static library, object and executable s...
Mike Hommey
2012-04-17
1
-26/+32
*
Use make variables instead of preprocessing
Mike Hommey
2012-04-17
1
-93/+109
*
Use $(LIBS) instead of -lpthread when linking tests
Mike Hommey
2012-04-17
1
-2/+2
*
Remove -dynamic CFLAG on OSX
Mike Hommey
2012-04-17
1
-3/+0
*
Re-silence -MM compiler invocations.
Jason Evans
2012-04-13
1
-3/+3
*
Use -MT options to build dependency files
Mike Hommey
2012-04-12
1
-3/+3
*
Remove bogus dependency
Mike Hommey
2012-04-12
1
-3/+0
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-3/+3
*
Ignore whitespaces when comparing test results with expected output
Mike Hommey
2012-04-10
1
-1/+1
*
Revert "Avoid NULL check in free() and malloc_usable_size()."
Jason Evans
2012-04-02
1
-1/+1
*
Avoid NULL check in free() and malloc_usable_size().
Jason Evans
2012-04-02
1
-1/+1
*
Add the "thread.tcache.enabled" mallctl.
Jason Evans
2012-03-27
1
-1/+2
*
Implement tsd.
Jason Evans
2012-03-23
1
-1/+2
*
Implement aligned_alloc().
Jason Evans
2012-03-13
1
-3/+3
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-1/+1
*
Add the --disable-experimental option.
Jason Evans
2012-03-03
1
-3/+5
*
Add fine-grained build/install targets.
Jason Evans
2012-03-03
1
-9/+18
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-5/+5
*
Refactor SO and REV make variables.
Jason Evans
2011-11-02
1
-3/+2
*
add autogenerated jemalloc.sh wrapper script
Antony Dovgal
2011-11-02
1
-1/+1
*
Makefile.in - test/allocated requires pthread
Nathan McSween
2011-05-11
1
-2/+2
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+259