.. |
atomic.c
|
Fix MinGW-related portability issues.
|
2015-07-23 13:56:25 -07:00 |
bitmap.c
|
Avoid function prototype incompatibilities.
|
2015-07-10 16:09:40 -07:00 |
ckh.c
|
Fix MinGW-related portability issues.
|
2015-07-23 13:56:25 -07:00 |
decay.c
|
Increase test coverage in test_decay_ticks.
|
2016-02-20 09:02:49 -08:00 |
hash.c
|
Replace variable arrays in tests with VARIABLE_ARRAY
|
2014-05-27 15:10:38 -07:00 |
junk_alloc.c
|
Introduce two new modes of junk filling: "alloc" and "free".
|
2014-12-14 17:07:26 -08:00 |
junk_free.c
|
Introduce two new modes of junk filling: "alloc" and "free".
|
2014-12-14 17:07:26 -08:00 |
junk.c
|
Rename arena_maxclass to large_maxclass.
|
2015-09-11 20:50:20 -07:00 |
lg_chunk.c
|
Fix indentation.
|
2015-07-09 16:32:49 -07:00 |
mallctl.c
|
Implement decay-based unused dirty page purging.
|
2016-02-19 20:56:21 -08:00 |
math.c
|
Define INFINITY when it's not defined
|
2014-05-28 09:41:28 -07:00 |
mq.c
|
Don't fetch tsd in a0{d,}alloc().
|
2014-10-10 18:19:20 -07:00 |
mtx.c
|
Add mq (message queue) to test infrastructure.
|
2013-12-12 14:41:02 -08:00 |
prng.c
|
Refactor prng* from cpp macros into inline functions.
|
2016-02-19 20:29:06 -08:00 |
prof_accum.c
|
Refactor permuted backtrace test allocation.
|
2014-10-01 22:28:23 -07:00 |
prof_active.c
|
Avoid atexit(3) when possible, disable prof_final by default.
|
2014-10-08 18:08:00 -07:00 |
prof_gdump.c
|
Implement the prof.gdump mallctl.
|
2015-01-25 21:21:35 -08:00 |
prof_idump.c
|
Add heap profiling tests.
|
2014-01-17 15:40:52 -08:00 |
prof_reset.c
|
Fix "prof.reset" mallctl-related corruption.
|
2015-09-09 23:16:10 -07:00 |
prof_thread_name.c
|
Avoid atexit(3) when possible, disable prof_final by default.
|
2014-10-08 18:08:00 -07:00 |
ql.c
|
Add unit tests for qr, ql, and rb.
|
2014-01-03 16:35:03 -08:00 |
qr.c
|
Add unit tests for qr, ql, and rb.
|
2014-01-03 16:35:03 -08:00 |
quarantine.c
|
Fix message formatting errors uncovered by p_test_fail() refactoring.
|
2014-03-30 11:21:09 -07:00 |
rb.c
|
Add test for tree destruction
|
2015-11-09 15:56:24 -08:00 |
rtree.c
|
Add no-OOM assertions to test.
|
2015-08-07 00:51:11 -07:00 |
SFMT.c
|
Fix MinGW-related portability issues.
|
2015-07-23 13:56:25 -07:00 |
size_classes.c
|
Rename index_t to szind_t to avoid an existing type on Solaris.
|
2015-08-19 15:21:32 -07:00 |
smoothstep.c
|
Implement smoothstep table generation.
|
2016-02-19 20:56:15 -08:00 |
stats.c
|
Fix test_stats_arenas_summary fragility.
|
2016-02-19 20:29:06 -08:00 |
ticker.c
|
Implement ticker.
|
2016-02-19 20:29:06 -08:00 |
time.c
|
Flesh out time_*() API.
|
2016-02-19 20:29:06 -08:00 |
tsd.c
|
Fix arenas_cache_cleanup().
|
2015-08-21 12:33:17 -07:00 |
util.c
|
Refactor prng* from cpp macros into inline functions.
|
2016-02-19 20:29:06 -08:00 |
zero.c
|
Rename arena_maxclass to large_maxclass.
|
2015-09-11 20:50:20 -07:00 |