Commit 03e9d2c
committed
ZSTD-DEBUG: Bypass custom allocators only in ASAN userspace builds
Use default malloc in userspace ASAN builds (zloop) to avoid memory
fragmentation issues. Custom allocators remain active in kernel and
non-ASAN userspace builds to preserve zdb compatibility.
This is a TEMPORARY DEBUG commit and must be replaced before merge.
Signed-off-by: Alexander Moch <mail@alexmoch.com>1 parent 76d7600 commit 03e9d2c
1 file changed
Lines changed: 22 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
202 | 222 | | |
203 | 223 | | |
204 | 224 | | |
| |||
452 | 472 | | |
453 | 473 | | |
454 | 474 | | |
455 | | - | |
| 475 | + | |
456 | 476 | | |
457 | 477 | | |
458 | 478 | | |
| |||
646 | 666 | | |
647 | 667 | | |
648 | 668 | | |
649 | | - | |
| 669 | + | |
650 | 670 | | |
651 | 671 | | |
652 | 672 | | |
| |||
0 commit comments