mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +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