summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/jemalloc_protos.h.in
Commit message (Expand)AuthorAgeFilesLines
* Add JEMALLOC_CXX_THROW to the memalign() function prototype.Jason Evans2015-08-261-1/+1
* MSVC compatibility changesMatthijs2015-08-041-8/+16
* Move JEMALLOC_NOTHROW just after return type.Jason Evans2015-07-211-37/+37
* Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointersMike Hommey2015-07-211-2/+2
* Avoid function prototype incompatibilities.Jason Evans2015-07-101-21/+29
* Add support for sized deallocation.Daniel Micay2014-09-091-0/+1
* Add relevant function attributes to [msn]allocx().Jason Evans2014-09-081-3/+6
* Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.Jason Evans2014-09-081-3/+0
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-1/+1
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-0/+3
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-12/+0
* Implement the *allocx() API.Jason Evans2013-12-131-11/+19
* Refactor to support more varied testing.Jason Evans2013-12-041-0/+50