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
/
jemalloc_protos.h.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add JEMALLOC_CXX_THROW to the memalign() function prototype.
Jason Evans
2015-08-26
1
-1/+1
*
MSVC compatibility changes
Matthijs
2015-08-04
1
-8/+16
*
Move JEMALLOC_NOTHROW just after return type.
Jason Evans
2015-07-21
1
-37/+37
*
Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointers
Mike Hommey
2015-07-21
1
-2/+2
*
Avoid function prototype incompatibilities.
Jason Evans
2015-07-10
1
-21/+29
*
Add support for sized deallocation.
Daniel Micay
2014-09-09
1
-0/+1
*
Add relevant function attributes to [msn]allocx().
Jason Evans
2014-09-08
1
-3/+6
*
Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.
Jason Evans
2014-09-08
1
-3/+0
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-1/+1
*
Add support for user-specified chunk allocators/deallocators.
aravind
2014-05-12
1
-0/+3
*
Remove the *allocm() API, which is superceded by the *allocx() API.
Jason Evans
2014-04-15
1
-12/+0
*
Implement the *allocx() API.
Jason Evans
2013-12-13
1
-11/+19
*
Refactor to support more varied testing.
Jason Evans
2013-12-04
1
-0/+50