tracy/client
Bartosz Taudul facb05f8cb Don't mark FastVector element as used until it's ready.
This should prevent a race condition that would result in invalid last
element of the queue, in case a freezed thread already got the queue
item, but didn't wrote to it (or didn't wrote fully).
2018-08-20 22:35:50 +02:00
..
concurrentqueue.h Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
tracy_rpmalloc.cpp Minor change: adapted the spaces to tabs at the just inserted line as in tracy_rpmalloc.cpp tabs are used as indentation. 2018-08-02 11:53:04 +02:00
tracy_rpmalloc.hpp Update rpmalloc to 1.3.0. 2018-03-04 15:51:10 +01:00
TracyCallstack.cpp Fixed compiler warnings. 2018-08-01 14:07:30 +02:00
TracyCallstack.hpp Detect glibc explicitly 2018-07-14 13:23:00 +02:00
TracyFastVector.hpp Don't mark FastVector element as used until it's ready. 2018-08-20 22:35:50 +02:00
TracyLock.hpp Rename client's SourceLocation to SourceLocationData. 2018-07-28 00:34:04 +02:00
TracyProfiler.cpp Cut windows crash call stack at the exception dispatcher. 2018-08-20 22:21:35 +02:00
TracyProfiler.hpp Don't mark FastVector element as used until it's ready. 2018-08-20 22:35:50 +02:00
TracyScoped.hpp Add possibility to explicitly avoid logging 2018-08-13 14:47:52 +02:00
TracyThread.hpp Enforce proper calling convention on x86. 2017-10-30 21:46:50 +01:00