Home | History | Annotate | Download | only in orig

Lines Matching defs:backtrace

15488 ** The backtrace functionality is only available with GLIBC
15491 extern int backtrace(void**,int);
15494 # define backtrace(A,B) 1
15503 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
15509 ** backtrace pointers. There is also a guard word at the end of the
15516 char nBacktraceSlots; /* Available backtrace slots */
15553 ** The number of levels of backtrace to save in new allocations.
15731 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15892 ** Set the number of backtrace levels kept for each allocation.