mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Re-structure alloc_[01](), which are mutually tail-recursive functions, to do (unnecessary) work post-recursion so that the compiler cannot perform tail call optimization, thus preserving intentionally unique call paths in captured backtraces. |
||
|---|---|---|
| .. | ||
| include/test | ||
| integration | ||
| src | ||
| unit | ||
| test.sh.in | ||