summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add atomic operations tests and fix latent bugs.Jason Evans2014-08-073-13/+128
* Merge pull request #103 from wqfish/devJason Evans2014-08-071-3/+11
|\
| * Reintroduce the comment that was removed in f9ff603.Qinfan Wu2014-08-061-1/+5
| * Fix the bug that causes not allocating free run with lowest address.Qinfan Wu2014-08-061-3/+7
* | Merge pull request #102 from mneumann/dflyJason Evans2014-08-061-0/+5
|\ \
| * | Support DragonFlyBSDMichael Neumann2014-08-051-0/+5
| |/
* | Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configureMike Hommey2014-08-052-25/+25
* | Merge pull request #96 from manuelafm/devJason Evans2014-08-053-176/+40
|\ \ | |/ |/|
| * Update config.{guess,sub} to more recent versions, to add better support to O...Manuel A. Fernandez Montecelo2014-07-292-176/+37
| * Add OpenRISC/or1k LG_QUANTUM size definitionManuel A. Fernandez Montecelo2014-07-291-0/+3
|/
* Merge pull request #88 from sstewartgallus/fix-bashismsJason Evans2014-07-081-3/+3
|\
| * Fix unportable == operator in configure scriptsSteven Stewart-Gallus2014-06-191-3/+3
|/
* Allow to build with clang-clMike Hommey2014-06-121-0/+4
* Ensure the default purgeable zone is after the default zone on OS XMike Hommey2014-06-101-9/+25
* Support for iOS compilationValerii Hiora2014-06-042-1/+3
* Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT testMike Hommey2014-06-041-40/+39
* Check for __builtin_ffsl before ffsl.Mike Hommey2014-06-041-13/+14
* Add check for madvise(2) to configure.ac.Richard Diamond2014-06-033-2/+24
* Fix -Wsometimes-uninitialized warningsChris Peterson2014-06-021-1/+3
* Fix -Wsign-compare warningsChris Peterson2014-06-022-4/+4
* Don't catch fork()ing events for Native Client.Richard Diamond2014-06-021-1/+1
* Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond2014-06-029-17/+71
* Fix fallback lg_floor() implementations.Jason Evans2014-06-021-10/+16
* Make in-tree MSVC builds workMike Hommey2014-06-021-2/+2
* Add -FS flag to support parallel builds with MSVC 2013Mike Hommey2014-06-021-0/+1
* Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...Mike Hommey2014-06-024-0/+4
* Fix thd_join on win64Mike Hommey2014-06-021-2/+5
* Use KQU() rather than QU() where applicable.Jason Evans2014-05-295-1052/+1052
* Add size class computation capability.Jason Evans2014-05-299-91/+462
* Use nallocx() rather than mallctl() to trigger initialization.Jason Evans2014-05-281-1/+1
* Make sure initialization occurs prior to running tests.Jason Evans2014-05-281-1/+14
* STATIC_PAGE_SHIFT for cross-compiling jemallocDaniel Micay2014-05-281-1/+2
* Fixup after 3a730df (Avoid pointer arithmetic on void*[...])Mike Hommey2014-05-281-2/+2
* Correctly return exit code from thd_join on WindowsMike Hommey2014-05-281-1/+2
* Define INFINITY when it's not definedMike Hommey2014-05-281-0/+6
* Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...Mike Hommey2014-05-284-56/+60
* Use a configure test to detect the form of malloc_usable_size in malloc.hMike Hommey2014-05-271-2/+16
* Move __func__ to jemalloc_internal_macros.hMike Hommey2014-05-272-1/+4
* Use ULL prefix instead of LLU for unsigned long longsMike Hommey2014-05-273-1005/+1005
* Avoid pointer arithmetic on void* in test/integration/rallocx.cMike Hommey2014-05-271-3/+5
* Rename "small" local variable, because windows headers #define itMike Hommey2014-05-271-4/+4
* Use C99 varadic macros instead of GCC onesMike Hommey2014-05-272-196/+196
* Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJSMike Hommey2014-05-271-1/+1
* Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey2014-05-272-3/+3
* Define DLLEXPORT when building .jet objectsMike Hommey2014-05-271-1/+1
* Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.cMike Hommey2014-05-271-0/+4
* Fix manual dependency on jemalloc_test.hMike Hommey2014-05-271-1/+1
* Minor doc edit.Jason Evans2014-05-161-4/+4
* Merge branch 'pr/80' into devJason Evans2014-05-1629-423/+575
|\
| * Refactor huge allocation to be managed by arenas.Jason Evans2014-05-1628-466/+380