__vhm_event()

This function drives an event into the vendor heap manager. Note that a vendor heap manager must be active.

Syntax

#include <edcwccwi.h>

void__vhm_event (int event,...)

event
identifies the VHM event to execute. The function calls the __cee_heap_manager() inside the vendor heap manager function with the event as the argument. It supports the _VHM_REPORT event.
...
an optional argument that can be used to set special options in the event to be driven.