Type
Records allocation and other space statistics for a data-object kind.
MLWORKS.Profile
MLWorks.Profile
datatype object_count =
Object_Count of
{number : int,
size : large_size,
overhead : int}Records allocation data and other space statistics for a runtime object kind. It is used in space profiling.
number
overhead