Search notes:

C: memory allocation

In (pure) c, there are two ways to allocate memory:
A third way to allocate memory is provided by the libc memory allocation functions.

Index