evname(s)
associates event codes with standard
descriptive phrases and vice versa; for example
evname(E_List)produces
"list allocation"
(the allocation of a block for a list) andevname("list allocation")produces the event code corresponding to
E_List
evsym(s)
associates event codes with names
of the corresponding defined symbols and vice versa; for example
evsym(E_List)produces
"E_List"
andevsym("E_List")produces the value
E_List
allocode(s)
associates event codes for allocation
with the corresponding type names and vice versa; for example
allocode(E_List)produces
"list"
andallocode("list ")produces the event code corresponding to
E_List