Re: the handle allocater IS that bad
Re: the handle allocater IS that bad
- Subject: Re: the handle allocater IS that bad
- From: Jeremy Sagan <email@hidden>
- Date: Fri, 14 Mar 2003 23:39:43 -0500
On Friday, March 14, 2003, at 09:31 PM, Eric Schlegel wrote:
Actually, I think the handle allocater IS that bad. Regardless of
whether the call to SetHandleSize is made, the following code >> reports:
3514 big and 3643 small
(when using CW8.3, and the "standard carbon c console" stationary)
for (nBigHandles=0; ;++nBigHandles) {
Handle h = NewHandle( 1024*1024 );
if ( h==NULL )
break;
/* SetHandleSize(h, 1); */
}
3514 * 1MB == 3.5GB. You're probably just running out of virtual
address space.
Yes but if SetHandleSize were working he should not have!
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.