summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/jemalloc_defs.h.in
Commit message (Expand)AuthorAgeFilesLines
* Detect LG_SIZEOF_PTR depending on MSVC platform targetrustyx2016-02-201-0/+8
* Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-221-0/+6
* Add configure test for alloc_size attribute.Jason Evans2015-07-101-0/+3
* Avoid function prototype incompatibilities.Jason Evans2015-07-101-0/+7
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-3/+0
* Fix name mangling for stress tests.Jason Evans2014-01-171-34/+0
* Fix name mangling issues.Jason Evans2013-12-131-0/+34
* Make jemalloc.h formatting more consistent.Jason Evans2013-12-071-2/+2
* Fix more test refactoring issues.Jason Evans2013-12-061-51/+10
* Refactor to support more varied testing.Jason Evans2013-12-041-224/+22
* Fix build break on *BSDGarrett Cooper2012-12-241-0/+5
* Drop const from malloc_usable_size() argument on Linux.Jason Evans2012-10-091-0/+9
* Add the --enable-mremap option.Jason Evans2012-05-091-6/+9
* Fix partial rename of s/EXPORT/JEMALLOC_EXPORT/g.Jason Evans2012-05-021-5/+5
* Add support for MSVCMike Hommey2012-05-011-0/+10
* Replace JEMALLOC_ATTR with various different macros when it makes senseMike Hommey2012-05-011-4/+10
* Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) callsMike Hommey2012-04-191-7/+0
* Add atomic(9) implementations of atomic operations.Jason Evans2012-04-171-0/+3
* Disable munmap() if it causes VM map holes.Jason Evans2012-04-131-0/+15
* Use a stub replacement and disable dss when sbrk is not supportedMike Hommey2012-04-121-0/+3
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-1/+4
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-051-0/+3
* Add tls_model configuration.Jason Evans2012-04-041-0/+3
* Use __sync_add_and_fetch and __sync_sub_and_fetch when they are availableMike Hommey2012-03-261-0/+16
* Port to FreeBSD.Jason Evans2012-02-031-0/+14
* Implement tsd.Jason Evans2012-03-231-0/+9
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-1/+1
* Implement aligned_alloc().Jason Evans2012-03-131-0/+1
* Implement malloc_vsnprintf().Jason Evans2012-03-081-0/+3
* Add the --disable-experimental option.Jason Evans2012-03-031-0/+3
* Reorder macros.Jason Evans2012-03-021-2/+2
* Add --with-mangling.Jason Evans2012-03-021-17/+28
* Remove the sysv option.Jason Evans2012-02-291-3/+0
* Simplify small size class infrastructure.Jason Evans2012-02-291-3/+0
* Make 8-byte tiny size class non-optional.Jason Evans2012-02-131-6/+0
* Remove the swap feature.Jason Evans2012-02-131-3/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-2/+4
* Add the --with-private-namespace option.Jason Evans2011-07-301-0/+9
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+158