mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
f4df9013bb
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. |
||
---|---|---|
.. | ||
tracy_lz4.cpp | ||
tracy_lz4.hpp | ||
tracy_lz4hc.cpp | ||
tracy_lz4hc.hpp | ||
TracyAlign.hpp | ||
TracyAlloc.hpp | ||
TracyApi.h | ||
TracyColor.hpp | ||
TracyForceInline.hpp | ||
TracyMutex.hpp | ||
TracyProtocol.hpp | ||
TracyQueue.hpp | ||
TracySocket.cpp | ||
TracySocket.hpp | ||
TracyStackFrames.cpp | ||
TracyStackFrames.hpp | ||
TracySystem.cpp | ||
TracySystem.hpp | ||
TracyUwp.hpp | ||
TracyVersion.hpp | ||
TracyYield.hpp |