tracy/public/common
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
..
tracy_lz4.cpp Added preprocessor checks for Clang on Windows 2024-02-21 22:54:44 +01:00
tracy_lz4.hpp Bump LZ4 to 1.9.4. 2022-08-16 14:43:50 +02:00
tracy_lz4hc.cpp Bump LZ4 to 1.9.4. 2022-08-16 14:43:50 +02:00
tracy_lz4hc.hpp Bump LZ4 to 1.9.4. 2022-08-16 14:43:50 +02:00
TracyAlign.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyAlloc.hpp No rpmalloc on emscripten. 2022-08-08 19:40:17 +02:00
TracyApi.h Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyColor.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyForceInline.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyMutex.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyProtocol.hpp Add memory discard message. 2024-10-21 18:22:22 +02:00
TracyQueue.hpp Add memory discard message. 2024-10-21 18:22:22 +02:00
TracySocket.cpp Update CI. 2024-03-22 13:49:08 +01:00
TracySocket.hpp Socket::ReadUpTo() doesn't support timeouts. 2023-04-16 12:19:48 +02:00
TracyStackFrames.cpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyStackFrames.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracySystem.cpp Change group hint from unsigned to signed. 2024-08-03 19:40:11 +02:00
TracySystem.hpp Change group hint from unsigned to signed. 2024-08-03 19:40:11 +02:00
TracyUwp.hpp Move all client headers and sources to public/ directory. 2022-07-17 15:47:38 +02:00
TracyVersion.hpp Add die to CPU topology data structures. 2024-08-22 20:26:11 +02:00
TracyYield.hpp Check for macro existence before checking its value. 2022-09-11 13:09:59 +02:00