Memory allocation functions for the Objective-C runtime. More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
void * | objc_malloc (size_t size) |
Allocate memory for use by the Objective-C runtime. More... | |
void | objc_free (void *ptr) |
Free memory previously allocated by objc_malloc(). More... | |
Memory allocation functions for the Objective-C runtime.
Definition in file malloc.h.