to deallocate
- verb
- /ˌdiːˈæləˌkeɪt/
- Specialized
- Any other object is deallocated once there is no path to it from the root container.
Examples
-
To improve performance, you should regularly deallocate resources that your application is not using.
-
A slight drawback is that the data transformation requires a temporary buffer of size 1/8 n², which is allocated and then deallocated.
Academic text (2000) -
So I think OK, well what I need to do is delete the front most cell and then deallocate all those cells that follow it.
-
We first access the top of stack one last time to retrieve its value, then we deallocate that location.
-
As long as you have a strong reference to something, it won't get deallocated.
Blog text (17) -
When an object has no more references, the kernel deallocates it.
Academic text (2011) -
There is a specially designated root container, which can never be deallocated.
Academic text (2011) -
As a result, a shared descriptor segment is deallocated only when it has been closed and unlinked from the container of each process.
Academic text (2011) -
You need to enrich the language and the runtime to provide automatic bounds checking and also prevent the programmer from allocating or deallocating memory manually.
Blog text (1) -
The program will automatically deallocate memory once the data is no longer needed.
Synonyms
To make more room by removing or moving things
Release resources a program uses so they can be used again
Antonyms
How Free
- Specialized
- Specialized
Surface Forms
Morphology
Etymology
Deallocate combines de- ('remove') and allocate, which is about giving something a 'place', as in location or locate. So to deallocate is to 'remove the place' you gave something, which is why it means freeing memory or other resources.