◐ Shell
clean mode source ↗

C memory management library — cppreference.com

De cppreference.com

<metanoindex/>

Fonctions

Defined in header <cstdlib>

alloue de la mémoire

Original:

allocates memory

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction)

alloue de la mémoire et des zéros

Original:

allocates and zeroes memory

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction)

étend préalablement bloc de mémoire alloué

Original:

expands previously allocated memory block

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction)

libère la mémoire précédemment allouée

Original:

deallocates previously allocated memory

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(fonction)