Примеры использования Dynamic memory на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
Objects of these classes are placed in the dynamic memory.
About dynamic memory allocation for array elements in C.
Objects that are managed by the CLR environment fall into managed dynamic memory.
Hyper-V Dynamic Memory may or may not benefit SQL Server.
These are due to bugs related to the allocation and deallocation of dynamic memory.
If you want to use dynamic memory, select the Use Dynamic Memory for this virtual.
These people don't know that new and delete are used not only for dynamic memory management.
The analyzer detected that dynamic memory is allocated and freed in incompatible ways.
Classification of basic data structures, their characteristics,location in the dynamic memory.
After allocating dynamic memory for the arrays, this memory be cleaned using an operator delete[], i.e.
A free list is a data structure used in a scheme for dynamic memory allocation.
On the other hand,if you are sure, that dynamic memory is not needed, why there are malloc and free in avrlibc?
Then a malfunction in the processing of this data willlead to so banal, so desirable dynamic memory buffers overflow….
Although Visual Studio didn't remove memset() calls when using dynamic memory in our test, you can't expect it to always behave that way in real-life code.
Before C++17 there were no assurances that the alignment would be set in accordance with the alignas during dynamic memory allocation.
Let's see what happens to data when we allocate them in dynamic memory using the malloc function or the new operator.
As our experiments reveal, compilers tend to delete memset() calls for the sake of optimization working with both stack and dynamic memory of the application.
The drawback of this method is the impossibility of dynamic memory allocation for such structures durring runtime.
The basis for constructing the model is the principle of consideration of the aftereffects on the part of supply on the principle of decreasing«dynamic memory».
Objects of these data types must be located in the dynamic memory, which is managed by the CLR.
The different types of so-called"dynamic memory" integral components in the original mathematical model were considered, which produce a variety of effects accounting aftereffect.
The analyzer has detected a potential error caused by using one of the dynamic memory allocation functions such as malloc, calloc, realloc.
Here the dynamic memory is allocated for the variable OuputStrings, but before checking this pointer, the allocated memory is reset using memset() function, but one mustn't do it.
If the instances are properly configured for max server memory, then the amount of memory required for the VM is predictable and Dynamic Memory may not be required.
The rest of information is saved in the dynamic memory, and there is no need to fill in all fields of the registration form once more if you have made a mistake.
Work continues on technical reports addressing decimal floating point,additional mathematical special functions, and additional dynamic memory allocation functions.
Imagine that during object creation in dynamic memory operator new has successfully allocated memory, but constructor of the object has thrown an exception.
If the max server memory setting will not be configured,use static memory in the VM configuration; do not use Dynamic Memory and only place one SQL instance on a server.
The canonical heap overflow technique overwrites dynamic memory allocation linkage(such as malloc meta data) and uses the resulting pointer exchange to overwrite a program function pointer.
Memory pools, also called fixed-size blocks allocation, is the use of pools for memory management that allows dynamic memory allocation comparable to malloc or C++'s operator new.