Перевод: со всех языков на английский
- Со всех языков на:
- Русский
deallocator
Ничего не найдено.
Попробуйте поискать во всех возможных языках
или измените свой поисковый запрос.
См. также в других словарях:
New (C++) — In the C++ programming language, new is an operator that allows dynamic memory allocation on the heap. new attempts to allocate enough memory on the heap for the new data and, if successful, returns the address to the newly allocated… … Wikipedia
new (C++) — In the C++ programming language, as well as in many C++ based languages, new is a language construct that dynamically allocates memory on the heap and initialises the memory using the constructor. Except for a form called the placement new , new… … Wikipedia