jemalloc/include
Slobodan Predolac 5b834df66c Move te_prof_sample_event_lookahead into src/jemalloc.c
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.
2026-05-29 09:04:09 -07:00
..
jemalloc Move te_prof_sample_event_lookahead into src/jemalloc.c 2026-05-29 09:04:09 -07:00
msvc_compat Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00