tracy/client
Bartosz Taudul 9f28205548 Use custom threading wrapper instead of std::thread.
std::thread may perform memory allocation when a thread is created (it
does so on MSVC). Tracy heap is managed by its own allocator and this
changes prevents accessing application heap.
2017-10-16 21:17:58 +02:00
..
concurrentqueue.h Prevent clash of likely/unlikely with possible macros. 2017-10-16 21:17:58 +02:00
tracy_rpmalloc.cpp PAGE_SIZE is already defined in limits.h. 2017-10-16 21:17:58 +02:00
tracy_rpmalloc.hpp Wrap rpmalloc in tracy namespace. 2017-10-14 16:50:08 +02:00
Tracy.hpp String literal message transfer. 2017-10-15 13:06:49 +02:00
TracyAlloc.hpp Wrap malloc/free. 2017-10-14 16:52:05 +02:00
TracyLock.hpp Use 32 bits to store lock id. 2017-10-13 20:05:38 +02:00
TracyProfiler.cpp Use custom threading wrapper instead of std::thread. 2017-10-16 21:17:58 +02:00
TracyProfiler.hpp Use custom threading wrapper instead of std::thread. 2017-10-16 21:17:58 +02:00
TracyScoped.hpp Use rpmalloc to allocate tracy client memory. 2017-10-14 17:15:18 +02:00
TracyThread.hpp Add minimal thread class implementation. 2017-10-16 21:17:58 +02:00