QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
execinfo_win64.h File Reference
#include <sal.h>
#include <stddef.h>

Macros

#define EXECINFO_DECL   extern
 

Functions

EXECINFO_DECL _Check_return_ size_t backtrace (_Out_writes_(len) void **bt, _In_ size_t len)
 Fill the array of void * at bt with up to len entries, returning entries filled.
 
EXECINFO_DECL _Check_return_ _Ret_writes_maybenull_ (len) char **backtrace_symbols(_In_reads_(len) void *const *bt
 Returns a malloced block of string representations of the input backtrace.
 

Variables

EXECINFO_DECL _Check_return_ _In_ size_t len
 

Macro Definition Documentation

◆ EXECINFO_DECL

#define EXECINFO_DECL   extern

Function Documentation

◆ backtrace()

EXECINFO_DECL _Check_return_ size_t backtrace ( _Out_writes_(len) void **  bt,
_In_ size_t  len 
)

Fill the array of void * at bt with up to len entries, returning entries filled.

◆ _Ret_writes_maybenull_()

EXECINFO_DECL _Check_return_ _Ret_writes_maybenull_ ( len  ) const

Returns a malloced block of string representations of the input backtrace.

Variable Documentation

◆ len

EXECINFO_DECL _Check_return_ _In_ size_t len