#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <mvp_debug.h>#include <refmem_local.h>Go to the source code of this file.
Functions | |
| void | refmem_dbg_level (int l) |
| void | refmem_dbg_all () |
| void | refmem_dbg_none () |
| void | refmem_dbg (int level, char *fmt,...) |
Variables | |
| static mvp_debug_ctx_t | refmem_debug_ctx |
|
||||||||||||||||
|
Definition at line 109 of file debug.c. References mvp_dbg(), and refmem_debug_ctx. Referenced by __ref_alloc(), ref_get_refcount(), ref_hold(), ref_realloc(), ref_release(), ref_set_destroy(), and ref_strdup(). |
|
|
Definition at line 69 of file debug.c. References mvp_dbg_setlevel(), REF_DBG_ALL, and refmem_debug_ctx. |
|
|
Definition at line 50 of file debug.c. References mvp_dbg_setlevel(), and refmem_debug_ctx. |
|
|
Definition at line 88 of file debug.c. References mvp_dbg_setlevel(), REF_DBG_NONE, and refmem_debug_ctx. |
|
|
Initial value: MVP_DEBUG_CTX_INIT("refmem", REF_DBG_COUNTERS, NULL) Definition at line 31 of file debug.c. Referenced by refmem_dbg(), refmem_dbg_all(), refmem_dbg_level(), and refmem_dbg_none(). |
1.4.6