Lines Matching defs:backtrace
26964 ** The backtrace functionality is only available with GLIBC
26967 extern int backtrace(void**,int);
26970 # define backtrace(A,B) 1
26979 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
26985 ** backtrace pointers. There is also a guard word at the end of the
26992 char nBacktraceSlots; /* Available backtrace slots */
27029 ** The number of levels of backtrace to save in new allocations.
27207 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
27368 ** Set the number of backtrace levels kept for each allocation.