Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Memory management

&pagelevel(3)&pagelevel

Name

Brief description

calloc

Reserve memory space for an array

free

Release memory space

garbcoll

Release memory space to system (garbage collection)

malloc

Reserve memory space

memalloc

Reserve memory space (more than 2 Kbytes)

memfree

Release memory space (more than 2 Kbytes)

realloc

Reallocate memory space