mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-02 02:04:20 +03:00
The function only had production callers in src/jemalloc.c. It was parked in prof_inlines.h because its body uses tsd accessors that aren't visible from prof.h. Moving it to file scope in jemalloc.c gets it out of the shared header without losing inlining, and the name drops the misleading te_ prefix -- it isn't a thread_event facility, just a one-off prof helper. Renamed prof_sample_lookahead for clarity. |
||
|---|---|---|
| .. | ||
| jemalloc | ||
| msvc_compat | ||