Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PMCs exact allocated size

4 views
Skip to first unread message

Karl Forner

unread,
Oct 17, 2006, 7:54:38 PM10/17/06
to Internals List
Hi,

It could be useful to have a way to know the exact memory footprint of any
PMC.
For instance, suppose that each PMC must override/implement a method
get_allocated_size(), it could be used to
optimize programs that takes too much memory, or to debug/optimize PMC
implementation.
That method could run in non constant time, e.g for a linked list.

What do you think ?
Karl

0 new messages