summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/jemalloc_macros.h.in
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-13/+13
* Implement arena.<i>.destroy .Jason Evans2017-01-071-0/+5
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-071-0/+14
* Reindent.Jason Evans2017-01-071-12/+12
* Fix -Wundef in _MSC_VER check.Josh Gao2016-09-151-1/+1
* Add (size_t) casts to MALLOCX_ALIGN().Jason Evans2016-03-111-4/+4
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-251-1/+2
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-241-3/+3
* use correct macro definitions for clang-clNathan Froyd2015-11-091-26/+26
* MSVC compatibility changesMatthijs2015-08-041-0/+10
* Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-221-7/+16
* Move JEMALLOC_NOTHROW just after return type.Jason Evans2015-07-211-1/+5
* Add configure test for alloc_size attribute.Jason Evans2015-07-101-2/+7
* Avoid function prototype incompatibilities.Jason Evans2015-07-101-3/+18
* Make --without-export actually workMike Hommey2015-03-041-5/+9
* Implement explicit tcache support.Jason Evans2015-02-101-2/+10
* Add missing header includes in jemalloc/jemalloc.h .Jason Evans2014-10-051-0/+3
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-17/+0
* Fix name mangling issues.Jason Evans2013-12-131-34/+0
* Implement the *allocx() API.Jason Evans2013-12-131-2/+19
* Make jemalloc.h formatting more consistent.Jason Evans2013-12-071-13/+13
* Fix more test refactoring issues.Jason Evans2013-12-061-2/+52
* Refactor to support more varied testing.Jason Evans2013-12-041-0/+28