default memory zone size restriction?
default memory zone size restriction?
- Subject: default memory zone size restriction?
- From: Ben Dougall <email@hidden>
- Date: Fri, 16 Jan 2004 22:16:55 +0000
one of NSCreateZone function's arguments is 'unsigned int granularity'
which allows you to specify the amount that the particular zone you're
creating will grow and shrink by.
is that enforced? i mean if you tried to increase the zone by more than
the granularity would it just not do it?
if it is enforced, is there any way to modify the current default
zone's granularity value, therefore restricting your app's size?
preferably during the app's running, rather than at start up?
thanks, ben.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.