mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Add missing parameters.
This commit is contained in:
parent
4881f7aa54
commit
4179e85029
@ -393,7 +393,7 @@ public:
|
|||||||
SendCallstackMemory( callstack );
|
SendCallstackMemory( callstack );
|
||||||
profiler.m_serialLock.unlock();
|
profiler.m_serialLock.unlock();
|
||||||
#else
|
#else
|
||||||
MemAlloc( ptr, size );
|
MemAlloc( ptr, size, secure );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -415,7 +415,7 @@ public:
|
|||||||
SendCallstackMemory( callstack );
|
SendCallstackMemory( callstack );
|
||||||
profiler.m_serialLock.unlock();
|
profiler.m_serialLock.unlock();
|
||||||
#else
|
#else
|
||||||
MemFree( ptr );
|
MemFree( ptr, secure );
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user