summaryrefslogtreecommitdiffstats
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* Convert to uniform style: cond == false --> !condJason Evans2014-10-031-6/+6
* Fix -Wsometimes-uninitialized warningsChris Peterson2014-06-021-1/+3
* Fix -Wsign-compare warningsChris Peterson2014-06-021-2/+2
* Test and fix malloc_printf("%%").Jason Evans2014-01-221-7/+6
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-071-28/+36
* Normalize #define whitespace.Jason Evans2013-12-091-1/+1
* Refactor tests.Jason Evans2013-12-091-3/+3
* Prefer not_reached() over assert(false) where appropriate.Jason Evans2013-10-211-1/+1
* Remove unused variable and branch (reported by clang-analzyer)Corey Richardson2012-10-081-5/+0
* Allow je_malloc_message to be overridden when linking staticallyMike Hommey2012-05-021-4/+7
* Make malloc_write() non-inline.Jason Evans2012-05-021-0/+11
* Replace JEMALLOC_ATTR with various different macros when it makes senseMike Hommey2012-05-011-4/+3
* Use Get/SetLastError on Win32Mike Hommey2012-04-301-7/+8
* Remove leftovers from the vsnprintf check in malloc_vsnprintfMike Hommey2012-04-221-4/+0
* Add support for MingwMike Hommey2012-04-221-1/+6
* Fix malloc_vsnprintf handling of %o, %u and %xMike Hommey2012-04-191-4/+16
* Rename labels.Jason Evans2012-04-101-12/+12
* Remove vsnprintf() and strtoumax() validation.Jason Evans2012-04-021-27/+0
* Add a SYS_write definition on systems where it is not defined in headersMike Hommey2012-03-301-0/+10
* Port to FreeBSD.Jason Evans2012-02-031-9/+127
* Add JEMALLOC_CC_SILENCE_INIT().Jason Evans2012-03-231-4/+4
* Implement tsd.Jason Evans2012-03-231-26/+7
* Modify malloc_vsnprintf() validation code.Jason Evans2012-03-131-4/+3
* Remove extra '}'.Jason Evans2012-03-121-1/+0
* Implement malloc_vsnprintf().Jason Evans2012-03-081-0/+539