| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix quarantine_grow() bugs. | Jason Evans | 2012-04-24 | 1 | -9/+8 |
| | | |||||
| * | Add usize sanity checking to quarantine. | Jason Evans | 2012-04-24 | 1 | -13/+21 |
| | | |||||
| * | Handle quarantine resurrection during thread exit. | Jason Evans | 2012-04-24 | 1 | -5/+45 |
| | | | | | | Handle quarantine resurrection during thread exit in much the same way as tcache resurrection is handled. | ||||
| * | Clean up a few config-related conditionals/asserts. | Jason Evans | 2012-04-18 | 1 | -2/+2 |
| | | | | | | | Clean up a few config-related conditionals to avoid unnecessary dependencies on prof symbols. Use cassert() rather than assert() everywhere that it's appropriate. | ||||
| * | Implement Valgrind support, redzones, and quarantine. | Jason Evans | 2012-04-11 | 1 | -0/+163 |
| Implement Valgrind support, as well as the redzone and quarantine features, which help Valgrind detect memory errors. Redzones are only implemented for small objects because the changes necessary to support redzones around large and huge objects are complicated by in-place reallocation, to the point that it isn't clear that the maintenance burden is worth the incremental improvement to Valgrind support. Merge arena_salloc() and arena_salloc_demote(). Refactor i[v]salloc() to expose the 'demote' option. | |||||
