brender-v1.3.2/tools/trackmem/calltrak.h

8 lines
183 B
C
Raw Normal View History

/*
* Keeps a call trace via the __PRO and _EPI hooks
*/
extern void *_FunctionStack[];
extern int _FunctionDepth;
int CallTrace(void *stack[], int depth, char *buffer, int limit);