summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid atomic operations for dependent rtree reads.Jason Evans2015-05-161-14/+14
* Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().Jason Evans2015-03-241-3/+3
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-193-19/+123
* use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay2015-03-132-0/+27
* Remove obsolete (incorrect) assertions.Jason Evans2015-02-161-21/+24
* Move centralized chunk management into arenas.Jason Evans2015-02-121-27/+0
* Test and fix tcache ID recycling.Jason Evans2015-02-101-0/+12
* Implement explicit tcache support.Jason Evans2015-02-101-0/+110
* Refactor rtree to be lock-free.Jason Evans2015-02-051-25/+52
* Implement more atomic operations.Jason Evans2015-02-051-30/+55
* Implement the prof.gdump mallctl.Jason Evans2015-01-261-2/+27
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-154-16/+33
* Style and spelling fixes.Jason Evans2014-12-093-5/+3
* Fix test_stats_arenas_bins for 32-bit builds.Yuriy Kaminskiy2014-12-031-0/+1
* Thwart compiler optimizations.Jason Evans2014-10-151-0/+12
* Add per size class huge allocation statistics.Jason Evans2014-10-132-10/+114
* Don't fetch tsd in a0{d,}alloc().Jason Evans2014-10-111-0/+1
* Add configure options.Jason Evans2014-10-102-1/+27
* Don't configure HAVE_SSE2.Jason Evans2014-10-091-1/+4
* Avoid atexit(3) when possible, disable prof_final by default.Jason Evans2014-10-092-3/+2
* Use regular arena allocation for huge tree nodes.Daniel Micay2014-10-081-7/+20
* Refactor/fix arenas manipulation.Jason Evans2014-10-081-0/+1
* Normalize size classes.Jason Evans2014-10-062-4/+15
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-051-2/+3
* Avoid purging in microbench when lazy-lock is enabled.Jason Evans2014-10-041-0/+9
* Fix tsd cleanup regressions.Jason Evans2014-10-042-9/+35
* Skip test_prof_thread_name_validation if !config_prof.Jason Evans2014-10-041-0/+2
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-043-0/+268
* Convert to uniform style: cond == false --> !condJason Evans2014-10-032-4/+3
* Remove obsolete comment.Jason Evans2014-10-031-6/+0
* Test prof.reset mallctl and fix numerous discovered bugs.Jason Evans2014-10-031-0/+238
* Refactor permuted backtrace test allocation.Jason Evans2014-10-029-43/+53
* Implement compile-time bitmap size computation.Jason Evans2014-09-281-11/+5
* Convert all tsd variables to reside in a single tsd structure.Jason Evans2014-09-233-25/+37
* Add support for sized deallocation.Daniel Micay2014-09-092-0/+77
* Add relevant function attributes to [msn]allocx().Jason Evans2014-09-081-17/+9
* Thwart optimization of free(malloc(1)) in microbench.Jason Evans2014-09-081-19/+25
* avoid conflict with the POSIX timer_t typeDaniel Micay2014-09-083-11/+11
* Add microbench tests.Jason Evans2014-09-081-0/+142
* Add a simple timer implementation for use in benchmarking.Jason Evans2014-09-083-0/+74
* Whitespace cleanups.Jason Evans2014-09-051-10/+10
* Add rb_empty().Jason Evans2014-08-201-0/+3
* Fix arena.<i>.dss mallctl to handle read-only calls.Jason Evans2014-08-151-0/+13
* Add atomic operations tests and fix latent bugs.Jason Evans2014-08-071-0/+97
* Fix thd_join on win64Mike Hommey2014-06-021-2/+5
* Use KQU() rather than QU() where applicable.Jason Evans2014-05-293-1046/+1046
* 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
* 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