mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
8eb51aa01d
This is to ensure that thread local structures have been properly initialized (lock-free queue buffers are thread local), as capturing callstack involves allocating memory from rpmalloc, which must be initialized in each thread before allocation.