# FeatStd Monitor

#### Logging Memory Pools

FeatStd Monitor supports tracing of memory allocation behavior (alloc/free) now. It supports writing the trace into a file and load this file into the Analyzer afterwards.

<div class="contents" id="bkmrk-"><div class="contents"><div class="textblock">---

</div></div></div>#### Monitor: CMake flags

The new logging feature provides two CMake flags:

<div class="contents" id="bkmrk-name-description-pos"><div class="textblock"><table border="1" cellpadding="5" cellspacing="0"><tbody><tr bgcolor="#d4d4d4"><th>**Name**</th><th>**Description**</th><th>**Possible values**</th></tr><tr><td>MONITOR\_MEMORYPOOL\_BINARY\_LOGGING\_ENABLED</td><td>Activates the Memory Pool activity logging.</td><td>positive integer</td></tr><tr><td>MONITOR\_MEMORYPOOL\_BINARY\_LOGGING\_FILENAME</td><td>Location where the log-file will be generated. The extension has to be \*.membin.</td><td>file path</td></tr></tbody></table>

</div></div>---