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?