Namespaces | |
namespace | aux |
Memory manager auxiliary interface. | |
Functions | |
void | SetModNm (const char *pszModNm) |
Sets a name of the current static module (useful e.g. for multiple DLLs). |
void fs::sys::mmgr::SetModNm | ( | const char * | pszModNm | ) |
Sets a name of the current static module (useful e.g. for multiple DLLs).
The function sets a name of the current static module, this affects the name of the resulting log file. It is useful when e.g. there are many DLL modules involved and the memory tracking is performed within each of them, then it is possible to distinguish between resulting log files. By default the name is formed using a static memory address from the underlaying module so that there is always a log file for each of the modules.
Definition at line 579 of file fsMemMgr.cpp.
References g_szModNm.