Home | History | Annotate | Download | only in dist

Lines Matching defs:backtrace

12683 ** The backtrace functionality is only available with GLIBC
12686 extern int backtrace(void**,int);
12689 # define backtrace(A,B) 1
12697 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
12703 ** backtrace pointers. There is also a guard word at the end of the
12710 char nBacktraceSlots; /* Available backtrace slots */
12746 ** The number of levels of backtrace to save in new allocations.
12923 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
13026 ** Set the number of backtrace levels kept for each allocation.