From the NannyMUD documentation
2000-12-14
NAME
_object_memory - Get the memory used for an object.SYNTAX
int _object_memory(object)DESCRIPTION
Get the memory used for an object.NOTE
Since strings are shared, the effective memory use of an object might be much less than the figure reported here.SEE ALSO
_object_cpu in efun/object_related/_object_cpuSEE ALSO
_object_stat in efun/object_related/_object_stat