MCPcopy Create free account
hub / github.com/crossuo/crossuo / Callstack

Function Callstack

external/tracy/client/TracyCallstack.hpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56TRACY_API uintptr_t* CallTrace( int depth );
57
58static tracy_force_inline void* Callstack( int depth )
59{
60 assert( depth >= 1 && depth < 63 );
61 return CallTrace( depth );
62}
63
64#elif TRACY_HAS_CALLSTACK == 2 || TRACY_HAS_CALLSTACK == 5
65

Callers 4

MemAllocCallstackMethod · 0.85
MemFreeCallstackMethod · 0.85
SendCallstackMethod · 0.85
SendCallstackMethod · 0.85

Calls 2

CallTraceFunction · 0.85
tracy_mallocFunction · 0.85

Tested by

no test coverage detected