Espaços nominais
Variantes
Acções

C memory management library

Da cppreference.com
< cpp‎ | memory

 
 
Biblioteca de utilitários
Digite apoio (basic types, RTTI, type traits)
Gerenciamento de memória dinâmica
De tratamento de erros
Utilidades do programa
Variadic funções
Data e hora
Objetos de função
(C++11)
Os operadores relacionais
Original:
Relational operators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
rel_ops::operator!=
rel_ops::operator>
rel_ops::operator<=
rel_ops::operator>=
Pares e tuplas
Original:
Pairs and tuples
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
Troque, avançar e avançar
Original:
Swap, forward and move
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
(C++11)
(C++11)
 

[editar] Funções

Defined in header <cstdlib>
aloca memória
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.

(função)
aloca e memória zeros
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.

(função)
expande anteriormente bloco de memória alocada
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.

(função)
desaloca memória previamente alocado
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.

(função)