Platforms to show: All Mac Windows Linux Cross-Platform

NSAutoreleasePoolMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Cocoa MBS Main Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The class for memory management in Cocoa.
Example
dim pool as NSAutoreleasePoolMBS

sub MyThread.Run
pool=new NSAutoreleasePoolMBS
// do work
end sub

If you use threads, you need to create a NSAutoreleasePoolMBS on the start to have correct Cocoa memory manager.

This class has no sub classes.

Blog Entries


The items on this page are in the following plugins: MBS Main Plugin.


NSAttributedStringMBS   -   NSBezierPathMBS


The biggest plugin in space...