fs::sys::mmgr Namespace Reference


Detailed Description

Memory manager interface.


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).


Function Documentation

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.

Examples:
_tests/fsMemMgr/main.cpp.

Definition at line 579 of file fsMemMgr.cpp.

References g_szModNm.


FipS' Code (Thu Feb 15 22:43:55 2007) - (c) Filip STOKLAS (FipS) - [ www ] [ Guest Book ]