Lines Matching defs:backtrace
25790 ** The backtrace functionality is only available with GLIBC
25793 extern int backtrace(void**,int);
25796 # define backtrace(A,B) 1
25805 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
25811 ** backtrace pointers. There is also a guard word at the end of the
25818 char nBacktraceSlots; /* Available backtrace slots */
25855 ** The number of levels of backtrace to save in new allocations.
26033 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
26194 ** Set the number of backtrace levels kept for each allocation.