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
/
src
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-6/+6
*
Fix -Wsometimes-uninitialized warnings
Chris Peterson
2014-06-02
1
-1/+3
*
Fix -Wsign-compare warnings
Chris Peterson
2014-06-02
1
-2/+2
*
Test and fix malloc_printf("%%").
Jason Evans
2014-01-22
1
-7/+6
*
Add util unit tests, and fix discovered bugs.
Jason Evans
2014-01-07
1
-28/+36
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-1/+1
*
Refactor tests.
Jason Evans
2013-12-09
1
-3/+3
*
Prefer not_reached() over assert(false) where appropriate.
Jason Evans
2013-10-21
1
-1/+1
*
Remove unused variable and branch (reported by clang-analzyer)
Corey Richardson
2012-10-08
1
-5/+0
*
Allow je_malloc_message to be overridden when linking statically
Mike Hommey
2012-05-02
1
-4/+7
*
Make malloc_write() non-inline.
Jason Evans
2012-05-02
1
-0/+11
*
Replace JEMALLOC_ATTR with various different macros when it makes sense
Mike Hommey
2012-05-01
1
-4/+3
*
Use Get/SetLastError on Win32
Mike Hommey
2012-04-30
1
-7/+8
*
Remove leftovers from the vsnprintf check in malloc_vsnprintf
Mike Hommey
2012-04-22
1
-4/+0
*
Add support for Mingw
Mike Hommey
2012-04-22
1
-1/+6
*
Fix malloc_vsnprintf handling of %o, %u and %x
Mike Hommey
2012-04-19
1
-4/+16
*
Rename labels.
Jason Evans
2012-04-10
1
-12/+12
*
Remove vsnprintf() and strtoumax() validation.
Jason Evans
2012-04-02
1
-27/+0
*
Add a SYS_write definition on systems where it is not defined in headers
Mike Hommey
2012-03-30
1
-0/+10
*
Port to FreeBSD.
Jason Evans
2012-02-03
1
-9/+127
*
Add JEMALLOC_CC_SILENCE_INIT().
Jason Evans
2012-03-23
1
-4/+4
*
Implement tsd.
Jason Evans
2012-03-23
1
-26/+7
*
Modify malloc_vsnprintf() validation code.
Jason Evans
2012-03-13
1
-4/+3
*
Remove extra '}'.
Jason Evans
2012-03-12
1
-1/+0
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-0/+539