These docs are for v1.3.0. Click to read the latest docs for v1.6.

malloc

Allocate additional memory.

Allocate additional memory

Parameters

  • size - Number of additional bytes to be allocated

Returns

void* - Pointer to start of the new allocated memory