1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00
JW 915693ac39 Use tracy_malloc rather than 'new' in ProfilerThreadDataKey
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
2021-04-12 10:06:35 -07:00
..
2020-07-31 02:42:22 +02:00
2019-11-21 20:41:57 +01:00
2020-11-19 16:36:01 +01:00
2019-06-27 19:14:51 +02:00
2020-11-19 16:36:01 +01:00
2020-12-26 14:48:31 +01:00
2020-02-25 23:08:52 +01:00
2020-07-19 13:04:51 +02:00