#include <fs/sys/fsMemMgr.h>
#include <fs/sys/fsMemMgr_NoT.h>
#include <memory>
#include <map>
Include dependency graph for fsMemMgr.cpp:
Go to the source code of this file.
Defines | |
#define | FS_MMGR_ASSERT(exp) (void(0)) |
Functions | |
const char * | GetModNm () |
const char * | GetModNm () |
void | fs::sys::mmgr::SetModNm (const char *pszModNm) |
Sets a name of the current static module (useful e.g. for multiple DLLs). | |
Variables | |
char | g_szModNm [32] = {'\0'} |
The name of the static module (mainly for file output). |
#define FS_MMGR_ASSERT | ( | exp | ) | (void(0)) |
Definition at line 65 of file fsMemMgr.cpp.
const char* @9::GetModNm | ( | ) | [static] |
The default module name is formed using the address of the function itself, which is unique in each static module...
Definition at line 559 of file fsMemMgr.cpp.
References g_szModNm, and GetModNm().
Here is the call graph for this function:
const char* @9::GetModNm | ( | ) | [static] |
char g_szModNm[32] = {'\0'} [static] |