tracy/public
Bartosz Taudul f4df9013bb
Add memory discard message.
This can be used to erase all allocations made within the named memory
pool. The usual use case would be for arena allocators, which allocate
by advancing a pointer and never have to free the memory. There is no
tracking of individual allocations and everything is freed frequently,
by reseting the pointer, for example once per frame.

Since this is used in special-purpose allocators, there is no support
for discarding the memory of the default memory pool.
2024-10-21 18:22:22 +02:00
..
client Add memory discard message. 2024-10-21 18:22:22 +02:00
common Add memory discard message. 2024-10-21 18:22:22 +02:00
libbacktrace libbacktrace: support FDPIC (1dd5c40) 2024-08-24 18:15:52 +02:00
tracy Add memory discard message. 2024-10-21 18:22:22 +02:00
TracyClient.cpp Add linux kernel symbol code retrieval. 2024-05-26 20:49:43 +02:00