mirror of
https://github.com/wolfpld/tracy
synced 2025-05-02 13:43:52 +00:00
This codepath, involving a workaround for GCC < 8.4, called 'new' and 'delete' directly, which could cause infinite recursion when user-provided versions of those functions were themselves using Tracy functionality. Now, this codepath uses Tracy's internal allocator. See issues #194, #196