aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-12-14Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves
2014-12-08Style and spelling fixes.Jason Evans
2014-12-02Fix test_stats_arenas_bins for 32-bit builds.Yuriy Kaminskiy
2014-10-15Thwart compiler optimizations.Jason Evans
2014-10-12Add per size class huge allocation statistics.Jason Evans
2014-10-10Don't fetch tsd in a0{d,}alloc().Jason Evans
2014-10-09Add configure options.Jason Evans
2014-10-08Don't configure HAVE_SSE2.Jason Evans
2014-10-08Avoid atexit(3) when possible, disable prof_final by default.Jason Evans
2014-10-07Use regular arena allocation for huge tree nodes.Daniel Micay
2014-10-07Refactor/fix arenas manipulation.Jason Evans
2014-10-06Normalize size classes.Jason Evans
2014-10-05Attempt to expand huge allocations in-place.Daniel Micay
2014-10-04Avoid purging in microbench when lazy-lock is enabled.Jason Evans
2014-10-04Fix tsd cleanup regressions.Jason Evans
2014-10-03Skip test_prof_thread_name_validation if !config_prof.Jason Evans
2014-10-03Implement/test/fix prof-related mallctl's.Jason Evans
2014-10-03Convert to uniform style: cond == false --> !condJason Evans
2014-10-02Remove obsolete comment.Jason Evans
2014-10-02Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans
2014-10-01Refactor permuted backtrace test allocation.Jason Evans
2014-09-28Implement compile-time bitmap size computation.Jason Evans
2014-09-23Convert all tsd variables to reside in a single tsd structure.Jason Evans
2014-09-08Add support for sized deallocation.Daniel Micay
2014-09-08Add relevant function attributes to [msn]allocx().Jason Evans
2014-09-08Thwart optimization of free(malloc(1)) in microbench.Jason Evans
2014-09-08avoid conflict with the POSIX timer_t typeDaniel Micay
2014-09-07Add microbench tests.Jason Evans
2014-09-07Add a simple timer implementation for use in benchmarking.Jason Evans
2014-09-04Whitespace cleanups.Jason Evans
2014-08-19Add rb_empty().Jason Evans
2014-08-15Fix arena.<i>.dss mallctl to handle read-only calls.Jason Evans
2014-08-06Add atomic operations tests and fix latent bugs.Jason Evans
2014-06-01Fix thd_join on win64Mike Hommey
2014-05-28Use KQU() rather than QU() where applicable.Jason Evans
2014-05-28Use nallocx() rather than mallctl() to trigger initialization.Jason Evans
2014-05-28Make sure initialization occurs prior to running tests.Jason Evans
2014-05-28Fixup after 3a730df (Avoid pointer arithmetic on void*[...])Mike Hommey
2014-05-28Correctly return exit code from thd_join on WindowsMike Hommey
2014-05-28Define INFINITY when it's not definedMike Hommey
2014-05-28Move platform headers and tricks from jemalloc_internal.h.in to a new jemallo...Mike Hommey
2014-05-27Use ULL prefix instead of LLU for unsigned long longsMike Hommey
2014-05-27Avoid pointer arithmetic on void* in test/integration/rallocx.cMike Hommey
2014-05-27Rename "small" local variable, because windows headers #define itMike Hommey
2014-05-27Use C99 varadic macros instead of GCC onesMike Hommey
2014-05-27Replace variable arrays in tests with VARIABLE_ARRAYMike Hommey
2014-05-27Define _CRT_SPINCOUNT in test/src/mtx.c like in src/mutex.cMike Hommey
2014-05-15Refactor huge allocation to be managed by arenas.Jason Evans
2014-05-12Add support for user-specified chunk allocators/deallocators.aravind
2014-05-01Fix coding sytle nits.Jason Evans