This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OSAL heap metrics

The TI Software Developer's Guide states what by setting OSALMEM_METRICS = TRUE, we can check memMax. This variable is a "high water" mark of the maximum number of bytes of the head allocated at once. 

BUT the function that returns memMax, osal_heap_high_water(), requires me to define ZTOOL_P1 or ZTOOL_P2. What are these macros used for? Am I safe in removing the pre-processor commands that require the macros?