Namensräume
Varianten
Aktionen

C memory management library

Aus cppreference.com
< cpp‎ | memory

[Bearbeiten] Funktionen

definiert in Header <cstdlib>
Speicher zuweist
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.

(Funktion)
zuweist und Nullen auffüllt
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.

(Funktion)
erweitert vorher zugewiesenen Speicherblock
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.

(Funktion)
freigibt zuvor zugewiesenen Speicher
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.

(Funktion)