objc

Functions
malloc.h File Reference

Memory allocation functions for the Objective-C runtime. More...

#include <stddef.h>
Include dependency graph for malloc.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Memory allocation functions for the Objective-C runtime.

Definition in file malloc.h.