Searched refs:backtrace (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11.0-release/crypto/heimdal/
H A Dconfigure26500 backtrace \
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c15000 ** The backtrace functionality is only available with GLIBC
15003 extern int backtrace(void**,int);
15006 # define backtrace(A,B) 1 macro
15015 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
15021 ** backtrace pointers. There is also a guard word at the end of the
15028 char nBacktraceSlots; /* Available backtrace slots */
15065 ** The number of levels of backtrace to save in new allocations.
15243 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
15404 ** Set the number of backtrace levels kept for each allocation.
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c18784 ** The backtrace functionality is only available with GLIBC
18787 extern int backtrace(void**,int);
18790 # define backtrace(A,B) 1 macro
18799 ** | Title | backtrace pointers | MemBlockHdr | allocation | EndGuard |
18805 ** backtrace pointers. There is also a guard word at the end of the
18812 char nBacktraceSlots; /* Available backtrace slots */
18849 ** The number of levels of backtrace to save in new allocations.
19027 pHdr->nBacktrace = backtrace(aAddr, mem.nBacktrace+1)-1;
19188 ** Set the number of backtrace levels kept for each allocation.
[all...]

Completed in 747 milliseconds

12