释义 |
Definition of deallocate in US English: deallocateverbdēˈaləˌkātdēˈaləˌkāt [with object]Computing Return (allocated memory) to the store of available RAM. Example sentencesExamples - Any global variables you create when working with an Office application must also be deallocated when the application unloads.
- Therefore, in Java the act of letting go of unneeded references never runs the risk of deallocating memory prematurely.
- This means that this deallocated space is available for use when new data is written to the disk.
- Some operating systems go beyond basic flat mapping of memory and provide operating system routines for allocating and deallocating memory.
- In this model logical resources will be dynamically allocated and deallocated to applications and users based on policies that operate on both a scheduled basis and according to fluctuating demand.
Derivatives noundēˌaləˈkāSHən In C and C++, a fair amount of design and programming work must be spent on memory allocation and deallocation schemes. Example sentencesExamples - The operating system needs to provide support for fair allocation, deallocation, and sharing of memory among resource containers.
- Special algorithms are used for allocation and deallocation of memory to improve the run-time performance.
- Additionally, depending on the particular language, there can be issues of memory allocation and deallocation.
- These capabilities allow better tracking of memory allocation and deallocation calls.
Definition of deallocate in US English: deallocateverbdēˈaləˌkāt [with object]Computing Return (allocated memory) to the store of available RAM. Example sentencesExamples - Some operating systems go beyond basic flat mapping of memory and provide operating system routines for allocating and deallocating memory.
- Any global variables you create when working with an Office application must also be deallocated when the application unloads.
- This means that this deallocated space is available for use when new data is written to the disk.
- In this model logical resources will be dynamically allocated and deallocated to applications and users based on policies that operate on both a scheduled basis and according to fluctuating demand.
- Therefore, in Java the act of letting go of unneeded references never runs the risk of deallocating memory prematurely.
|