summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/util.h
Commit message (Expand)AuthorAgeFilesLines
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-071-1/+2
* Normalize #define whitespace.Jason Evans2013-12-091-1/+1
* Refactor tests.Jason Evans2013-12-091-1/+1
* Refactor to support more varied testing.Jason Evans2013-12-041-2/+3
* Prefer not_reached() over assert(false) where appropriate.Jason Evans2013-10-211-6/+6
* Make malloc_write() non-inline.Jason Evans2012-05-021-11/+1
* Replace JEMALLOC_ATTR with various different macros when it makes senseMike Hommey2012-05-011-2/+0
* Few configure.ac adjustmentsMike Hommey2012-05-011-2/+2
* Use Get/SetLastError on Win32Mike Hommey2012-04-301-1/+27
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-1/+0
* Port to FreeBSD.Jason Evans2012-02-031-0/+1
* Add JEMALLOC_CC_SILENCE_INIT().Jason Evans2012-03-231-0/+11
* Implement tsd.Jason Evans2012-03-231-9/+8
* Modify malloc_vsnprintf() validation code.Jason Evans2012-03-131-0/+6
* Implement malloc_vsnprintf().Jason Evans2012-03-081-0/+130