mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Set memory failure callstack.
This commit is contained in:
parent
98aaca9597
commit
d8e653ecb4
@ -4469,6 +4469,7 @@ void Worker::MemFreeFailure( uint64_t thread )
|
||||
{
|
||||
m_failure = Failure::MemFree;
|
||||
m_failureData.thread = thread;
|
||||
m_failureData.callstack = m_memNextCallstack;
|
||||
}
|
||||
|
||||
void Worker::FrameEndFailure()
|
||||
|
@ -367,6 +367,7 @@ private:
|
||||
{
|
||||
uint64_t thread;
|
||||
int16_t srcloc;
|
||||
uint32_t callstack;
|
||||
};
|
||||
|
||||
struct FrameImagePending
|
||||
|
Loading…
Reference in New Issue
Block a user