Jason Evans
|
c0cc5db871
|
Replace tabs following #define with spaces.
This resolves #564.
|
2017-01-20 21:45:53 -08:00 |
|
Jason Evans
|
f408643a4c
|
Remove extraneous parens around return arguments.
This resolves #540.
|
2017-01-20 21:43:07 -08:00 |
|
Jason Evans
|
c4c2592c83
|
Update brace style.
Add braces around single-line blocks, and remove line breaks before
function-opening braces.
This resolves #537.
|
2017-01-20 21:43:07 -08:00 |
|
Jason Evans
|
ffbb7dac3d
|
Remove leading blank lines from function bodies.
This resolves #535.
|
2017-01-13 14:49:24 -08:00 |
|
Jason Evans
|
9acd5cf178
|
Remove all vestiges of chunks.
Remove mallctls:
- opt.lg_chunk
- stats.cactive
This resolves #464.
|
2016-10-12 11:55:43 -07:00 |
|
Jason Evans
|
7d63fed0fd
|
Rename huge to large.
|
2016-06-05 20:42:23 -07:00 |
|
Jason Evans
|
ed2c2427a7
|
Use huge size class infrastructure for large size classes.
|
2016-06-05 20:42:18 -07:00 |
|
Jason Evans
|
17c021c177
|
Remove redzone support.
This resolves #369.
|
2016-05-13 10:27:33 -07:00 |
|
Jason Evans
|
ba5c709517
|
Remove quarantine support.
|
2016-05-13 10:25:05 -07:00 |
|
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 |
|