Go to the source code of this file.
|
| typedef GBL_ENUM | GBL_LOG_LEVEL |
| |
| typedef GBL_RESULT(* | GblExtLogWriteFn) (const GblStackFrame *, GBL_LOG_LEVEL, const char *, va_list) |
| |
| typedef GBL_RESULT(* | GblExtLogPushFn) (const GblStackFrame *) |
| |
| typedef GBL_RESULT(* | GblExtLogPopFn) (const GblStackFrame *, uint32_t) |
| |
| typedef GBL_RESULT(* | GblExtMemAllocFn) (const GblStackFrame *, GblSize, GblSize, const char *, void **) |
| |
| typedef GBL_RESULT(* | GblExtMemReallocFn) (const GblStackFrame *, void *, GblSize, GblSize, void **) |
| |
| typedef GBL_RESULT(* | GblExtMemFreeFn) (const GblStackFrame *, void *) |
| |
|
| static const char * | gblLogLevelString (GBL_LOG_LEVEL value) |
| |
|
GBL_RESULT | gblExtLogWrite (const GblStackFrame *pFrame, GBL_LOG_LEVEL level, const char *pFmt, va_list varArgs) |
| |
|
GBL_RESULT | gblExtLogPush (const GblStackFrame *pFrame) |
| |
|
GBL_RESULT | gblExtLogPop (const GblStackFrame *pFrame, uint32_t count) |
| |
|
GBL_RESULT | gblExtMemAlloc (const GblStackFrame *pFrame, GblSize size, GblSize alignment, const char *pDebugInfoString, void **ppData) |
| |
|
GBL_RESULT | gblExtMemRealloc (const GblStackFrame *pFrame, void *pData, GblSize newSize, GblSize newAlign, void **ppNewData) |
| |
|
GBL_RESULT | gblExtMemFree (const GblStackFrame *pFrame, void *pData) |
| |
|
GBL_RESULT | gblExtCallRecordSet (const GblStackFrame *pFrame, const GblCallRecord *pRecord) |
| |
◆ GBL_EXT_EVENT_HANDLER
| #define GBL_EXT_EVENT_HANDLER |
◆ GBL_EXT_FREE
◆ GBL_EXT_LOG_POP
◆ GBL_EXT_LOG_PUSH
◆ GBL_EXT_LOG_WRITE
| #define GBL_EXT_LOG_WRITE |
◆ GBL_EXT_MALLOC
◆ GBL_EXT_REALLOC
◆ GBL_EXT_RESULT_STRING
| #define GBL_EXT_RESULT_STRING |
◆ GBL_META_LOG_LEVEL_TABLE
| #define GBL_META_LOG_LEVEL_TABLE |
◆ GBL_LOG_LEVEL
| typedef GBL_ENUM GBL_LOG_LEVEL |
◆ GblExtLogPopFn
| typedef GBL_RESULT(* GblExtLogPopFn) (const GblStackFrame *, uint32_t) |
◆ GblExtLogPushFn
◆ GblExtLogWriteFn
| typedef GBL_RESULT(* GblExtLogWriteFn) (const GblStackFrame *, GBL_LOG_LEVEL, const char *, va_list) |
◆ GblExtMemAllocFn
| typedef GBL_RESULT(* GblExtMemAllocFn) (const GblStackFrame *, GblSize, GblSize, const char *, void **) |
◆ GblExtMemFreeFn
| typedef GBL_RESULT(* GblExtMemFreeFn) (const GblStackFrame *, void *) |
◆ GblExtMemReallocFn
| typedef GBL_RESULT(* GblExtMemReallocFn) (const GblStackFrame *, void *, GblSize, GblSize, void **) |
◆ GBL_LOG_LEVEL
◆ gblLogLevelString()
| static const char * gblLogLevelString |
( |
GBL_LOG_LEVEL |
value | ) |
|
|
inlinestatic |