aboutsummaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)Author
2015-07-22Add JEMALLOC_FORMAT_PRINTF().Jason Evans
2015-03-13Use the error code given to buferror on WindowsMike Hommey
2015-02-03util.c: strerror_r returns char* only on glibcFelix Janda
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-06-02Fix -Wsometimes-uninitialized warningsChris Peterson
2014-06-02Fix -Wsign-compare warningsChris Peterson
2014-01-22Test and fix malloc_printf("%%").Jason Evans
2014-01-06Add util unit tests, and fix discovered bugs.Jason Evans
2013-12-08Normalize #define whitespace.Jason Evans
2013-12-08Refactor tests.Jason Evans
2013-10-21Prefer not_reached() over assert(false) where appropriate.Jason Evans
2012-10-08Remove unused variable and branch (reported by clang-analzyer)Corey Richardson
2012-05-02Allow je_malloc_message to be overridden when linking staticallyMike Hommey
2012-05-02Make malloc_write() non-inline.Jason Evans
2012-04-30Replace JEMALLOC_ATTR with various different macros when it makes senseMike Hommey
2012-04-30Use Get/SetLastError on Win32Mike Hommey
2012-04-21Remove leftovers from the vsnprintf check in malloc_vsnprintfMike Hommey
2012-04-21Add support for MingwMike Hommey
2012-04-18Fix malloc_vsnprintf handling of %o, %u and %xMike Hommey
2012-04-10Rename labels.Jason Evans
2012-04-02Remove vsnprintf() and strtoumax() validation.Jason Evans
2012-03-30Add a SYS_write definition on systems where it is not defined in headersMike Hommey
2012-02-02Port to FreeBSD.Jason Evans
2012-03-23Add JEMALLOC_CC_SILENCE_INIT().Jason Evans
2012-03-23Implement tsd.Jason Evans
2012-03-13Modify malloc_vsnprintf() validation code.Jason Evans
2012-03-12Remove extra '}'.Jason Evans
2012-03-07Implement malloc_vsnprintf().Jason Evans