You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 month ago
..
TracyAlign.hpp Move all client headers and sources to public/ directory. 2 years ago
TracyAlloc.hpp No rpmalloc on emscripten. 2 years ago
TracyApi.h Move all client headers and sources to public/ directory. 2 years ago
TracyColor.hpp Move all client headers and sources to public/ directory. 2 years ago
TracyForceInline.hpp Move all client headers and sources to public/ directory. 2 years ago
TracyMutex.hpp Move all client headers and sources to public/ directory. 2 years ago
TracyProtocol.hpp Add memory discard message. 1 month ago
TracyQueue.hpp Add memory discard message. 1 month ago
TracySocket.cpp Update CI. 8 months ago
TracySocket.hpp Socket::ReadUpTo() doesn't support timeouts. 2 years ago
TracyStackFrames.cpp Move all client headers and sources to public/ directory. 2 years ago
TracyStackFrames.hpp Move all client headers and sources to public/ directory. 2 years ago
TracySystem.cpp Change group hint from unsigned to signed. 4 months ago
TracySystem.hpp Change group hint from unsigned to signed. 4 months ago
TracyUwp.hpp Move all client headers and sources to public/ directory. 2 years ago
TracyVersion.hpp Add die to CPU topology data structures. 3 months ago
TracyYield.hpp Check for macro existence before checking its value. 2 years ago
tracy_lz4.cpp Added preprocessor checks for Clang on Windows 9 months ago
tracy_lz4.hpp Bump LZ4 to 1.9.4. 2 years ago
tracy_lz4hc.cpp Bump LZ4 to 1.9.4. 2 years ago
tracy_lz4hc.hpp Bump LZ4 to 1.9.4. 2 years ago