Jason Evans
|
96aa67aca8
|
Clean up char vs. uint8_t in junk filling code.
Consistently use uint8_t rather than char for junk filling code.
|
2016-04-11 02:26:35 -07:00 |
|
Jason Evans
|
676df88e48
|
Rename arena_maxclass to large_maxclass.
arena_maxclass is no longer an appropriate name, because arenas also
manage huge allocations.
|
2015-09-11 20:50:20 -07:00 |
|
Jason Evans
|
ab8c79fdaf
|
Fix message formatting errors uncovered by p_test_fail() refactoring.
|
2014-03-30 11:21:09 -07:00 |
|
Jason Evans
|
6b694c4d47
|
Add junk/zero filling unit tests, and fix discovered bugs.
Fix growing large reallocation to junk fill new space.
Fix huge deallocation to junk fill when munmap is disabled.
|
2014-01-07 16:54:17 -08:00 |
|