Re: Determine structure size

2005-05-17 Thread Dave Gray
> Is there a way to determine how much a certain data structure costs in terms > of memory? In other words is there some built in command or module that > takes a reference to a nested data structure and gives a ball park idea of > how much memory this structure takes.

Re: Determine structure size

2005-05-17 Thread John Doe
Am Dienstag, 17. Mai 2005 19.45 schrieb Peter Rabbitson: > Is there a way to determine how much a certain data structure costs in > terms of memory? In other words is there some built in command or module > that takes a reference to a nested data structure and gives a ball park > idea of how much m

Determine structure size

2005-05-17 Thread Peter Rabbitson
Is there a way to determine how much a certain data structure costs in terms of memory? In other words is there some built in command or module that takes a reference to a nested data structure and gives a ball park idea of how much memory this structure takes. Thanks Peter -- To unsubscribe