ObjFW
|
#import "macros.h"
Go to the source code of this file.
Functions | |
void * | objc_autoreleasePoolPush () |
Creates a new autorelease pool. More... | |
void | objc_autoreleasePoolPop (void *pool) |
Drains an autorelease pool. More... | |
id | _objc_rootAutorelease (id object) |
Autoreleases an object. More... | |
id _objc_rootAutorelease | ( | id | object | ) |
Autoreleases an object.
object | The object to autorelease |
void objc_autoreleasePoolPop | ( | void * | pool | ) |
Drains an autorelease pool.
pool | An identifier for the pool to drain |
void* objc_autoreleasePoolPush | ( | ) |
Creates a new autorelease pool.