mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-28 13:52:14 +03:00
Verify that freed regions are quarantined, and that redzone corruption is detected. Introduce a testing idiom for intercepting/replacing internal functions. In this case the replaced function is ordinarily a static function, but the idiom should work similarly for library-private functions. |
||
|---|---|---|
| .. | ||
| bitmap.c | ||
| ckh.c | ||
| hash.c | ||
| math.c | ||
| mq.c | ||
| mtx.c | ||
| quarantine.c | ||
| SFMT.c | ||
| tsd.c | ||