| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the *allocx() API. | Jason Evans | 2013-12-13 | 1 | -1/+1 |
|
|
* | Integrate SFMT 1.3.3 into test infrastructure. | Jason Evans | 2013-12-09 | 1 | -0/+8 |
|
|
* | Normalize #define whitespace. | Jason Evans | 2013-12-09 | 1 | -1/+1 |
|
|
* | Add test code coverage analysis. | Jason Evans | 2013-12-07 | 1 | -1/+32 |
|
|
* | Disable floating point code/linking when possible. | Jason Evans | 2013-12-06 | 1 | -5/+6 |
|
|
* | Fix more test refactoring issues. | Jason Evans | 2013-12-06 | 1 | -0/+1 |
|
|
* | Refactor to support more varied testing. | Jason Evans | 2013-12-04 | 1 | -20/+68 |
|
|
* | Avoid deprecated sbrk(2) on OS X. | Jason Evans | 2013-12-04 | 1 | -1/+7 |
|
|
* | Fix build break for MSVC. | Jason Evans | 2013-08-20 | 1 | -0/+5 |
|
|
* | Allow toolchain to determine ar | Jory A. Pratt | 2013-08-19 | 1 | -3/+7 |
|
|
* | Fix quoting bug in --without-export implementation. | Jason Evans | 2013-01-23 | 1 | -1/+1 |
|
|
* | Fix AC_PATH_PROG() calls to specify default. | Jason Evans | 2013-01-22 | 1 | -4/+4 |
|
|
* | Fix build break on *BSD | Garrett Cooper | 2012-12-24 | 1 | -0/+1 |
|
|
* | Improve configure tests for ffsl | Garrett Cooper | 2012-12-24 | 1 | -2/+4 |
|
|
* | Allow to enable ivsalloc independently | Mike Hommey | 2012-12-23 | 1 | -2/+17 |
|
|
* | Allow to disable the zone allocator on Darwin | Mike Hommey | 2012-12-23 | 1 | -1/+20 |
|
|
* | Allow to build without exporting symbols | Mike Hommey | 2012-11-25 | 1 | -0/+7 |
|
|
* | Drop const from malloc_usable_size() argument on Linux. | Jason Evans | 2012-10-09 | 1 | -0/+3 |
|
|
* | Remove -fno-common compiler flag for OS X. | Mike Hommey | 2012-05-09 | 1 | -1/+1 |
|
|
* | Add the --enable-mremap option. | Jason Evans | 2012-05-09 | 1 | -10/+28 |
|
|
* | Use "hardcoded" dependencies when compiler doesn't support -MM | Mike Hommey | 2012-05-02 | 1 | -0/+3 |
|
|
* | Check for VALGRIND_RESIZEINPLACE_BLOCK support | Mike Hommey | 2012-05-02 | 1 | -4/+1 |
|
|
* | Add support for MSVC | Mike Hommey | 2012-05-01 | 1 | -5/+49 |
|
|
* | Few configure.ac adjustments | Mike Hommey | 2012-05-01 | 1 | -12/+6 |
|
|
* | Force use of TLS if heap profiling is enabled. | Jason Evans | 2012-04-23 | 1 | -0/+4 |
|
|
* | Fix jemalloc.sh code generation. | Jason Evans | 2012-04-23 | 1 | -0/+4 |
|
|
* | Fix intmax_t configure error message | Mike Hommey | 2012-04-22 | 1 | -1/+1 |
|
|
* | Add support for Mingw | Mike Hommey | 2012-04-22 | 1 | -15/+45 |
|
|
* | Refactor object and library build, and only build PIC libraries when PIC_CFLA... | Mike Hommey | 2012-04-18 | 1 | -0/+2 |
|
|
* | Make versioned shared library suffix configurable | Mike Hommey | 2012-04-18 | 1 | -0/+3 |
|
|
* | Add atomic(9) implementations of atomic operations. | Jason Evans | 2012-04-17 | 1 | -1/+24 |
|
|
* | Limit the number of flags directly given to the linker, and refactor rpath | Mike Hommey | 2012-04-17 | 1 | -6/+5 |
|
|
* | Add variables for library prefix, and static library, object and executable s... | Mike Hommey | 2012-04-17 | 1 | -0/+8 |
|
|
* | Add the --disable-munmap option. | Jason Evans | 2012-04-17 | 1 | -66/+19 |
|
|
* | Remove configure test cruft. | Jason Evans | 2012-04-16 | 1 | -1/+0 |
|
|
* | Disable munmap() if it causes VM map holes. | Jason Evans | 2012-04-13 | 1 | -0/+67 |
|
|
* | Use a stub replacement and disable dss when sbrk is not supported | Mike Hommey | 2012-04-12 | 1 | -0/+8 |
|
|
* | Implement Valgrind support, redzones, and quarantine. | Jason Evans | 2012-04-11 | 1 | -2/+36 |
|
|
* | Add utrace(2)-based tracing (--enable-utrace). | Jason Evans | 2012-04-05 | 1 | -0/+29 |
|
|
* | Fix threaded initialization and enable it on Linux. | Jason Evans | 2012-04-05 | 1 | -0/+1 |
|
|
* | Add missing include for ffsl() test. | Jason Evans | 2012-04-04 | 1 | -0/+1 |
|
|
* | Add tls_model configuration. | Jason Evans | 2012-04-04 | 1 | -1/+16 |
|
|
* | Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fe... | Mike Hommey | 2012-03-30 | 1 | -14/+14 |
|
|
* | Force the lazy-lock feature on FreeBSD. | Jason Evans | 2012-03-24 | 1 | -0/+5 |
|
|
* | Use __sync_add_and_fetch and __sync_sub_and_fetch when they are available | Mike Hommey | 2012-03-26 | 1 | -0/+34 |
|
|
* | Port to FreeBSD. | Jason Evans | 2012-02-03 | 1 | -0/+11 |
|
|
* | Forcibly disable TLS on OS X. | Jason Evans | 2012-03-23 | 1 | -1/+5 |
|
|
* | Remove -no-cpp-precomp compiler flag for OS X. | Jason Evans | 2012-03-23 | 1 | -1/+1 |
|
|
* | Implement tsd. | Jason Evans | 2012-03-23 | 1 | -0/+20 |
|
|
* | Improve zone support for OSX | Mike Hommey | 2012-03-20 | 1 | -33/+26 |
|
|