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
/
include
/
jemalloc
/
internal
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
1
-1/+2
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-1/+1
*
Refactor tests.
Jason Evans
2013-12-09
1
-1/+1
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-2/+3
*
Prefer not_reached() over assert(false) where appropriate.
Jason Evans
2013-10-21
1
-6/+6
*
Make malloc_write() non-inline.
Jason Evans
2012-05-02
1
-11/+1
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
1
-2/+0
*
Few configure.ac adjustments
Mike Hommey
2012-05-01
1
-2/+2
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
1
-1/+27
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-1/+0
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-0/+1
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
1
-0/+11
*
Implement tsd.
Jason Evans
2012-03-23
1
-9/+8
*
Modify malloc_vsnprintf() validation code.
Jason Evans
2012-03-13
1
-0/+6
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-0/+130