Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:backtrace

14625 ** The backtrace functionality is only available with GLIBC
14628 extern int backtrace(void**,int);
14631 # define backtrace(A,B) 1
14639 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
14645 ** backtrace pointers. There is also a guard word at the end of the
14652 char nBacktraceSlots; /* Available backtrace slots */
14689 ** The number of levels of backtrace to save in new allocations.
14867 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15028 ** Set the number of backtrace levels kept for each allocation.