memory allocation under SMP

1999-11-24 Thread Michael Thome
Q: would the linux JDK benefit from an SMP-aware malloc/free library? I just saw the announcement of a new version of Hoard (http://www.cs.utexas.edu/users/emery/hoard/) and was fairly impressed by the claims. Perhaps the blackdown jdk is either already using a similar scheme or only allocs in o

Memory Allocation

1998-11-15 Thread Steve Byrne
Chris Sommers writes: > Estmeemed wizards, > How can I estimate how much memory an object or bunch of > objects consume - besides indirectly, e.g. looking at > Runtime.getRuntime().totalMemory()? For example, how big is > a Vector containing 10,000 of class Double? I'm sure it will > be JVM/

Memory Allocation

1998-11-14 Thread Chris Sommers
Estmeemed wizards, How can I estimate how much memory an object or bunch of objects consume - besides indirectly, e.g. looking at Runtime.getRuntime().totalMemory()? For example, how big is a Vector containing 10,000 of class Double? I'm sure it will be JVM/platform-dependent, but there must be a