memory. and a lot of continual small object allocations and deallocations.
memory. and a lot of continual small object allocations and deallocations.
- Subject: memory. and a lot of continual small object allocations and deallocations.
- From: Ben Dougall <email@hidden>
- Date: Fri, 18 Apr 2003 14:07:51 +0100
does cocoa's runtime deal with continual allocation and deallocation of
small amounts of memory from small objects reasonably? does it not
release memory immediately back to the system, incase the app needs
some new memory for something else the next second/minute? is there
anyway for your app to reserve a chunk/block of memory, so when it
allocates and deallocates it doesn't release the memory back to the
system but keeps it for later?
_______________________________________________
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.