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
*
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