Re: Memory Testing

2005-08-20 Thread Tom Allison
[EMAIL PROTECTED] wrote: Hi All, I am in need to do some memory stress testing. Is there a way to use C style malloc or calloc, to allocate blocks at a time ?? Thanks in advance, Mark G. Would this be of any help? use Devel::Size qw(size total_size); -- To unsubscribe, e-mail: [EMAIL PRO

Re: Memory Testing

2005-08-18 Thread Chris Devers
On Thu, 18 Aug 2005 [EMAIL PROTECTED] wrote: >I am in need to do some memory stress testing. Is there a way to > use C style malloc or calloc, to allocate blocks at a time ?? Not that I can think of, though there may be something under the B::* module namespace that does that. Alternativel