Examples of using Dynamically allocated in English and their translations into Vietnamese
{-}
- 
                        Colloquial
                    
 - 
                        Ecclesiastic
                    
 - 
                        Computer
                    
 
Either chooses dynamically allocated or fixed size.
Step 8: Select physical hard drive as Dynamically  allocated.
Memory on the heap is dynamically allocated by the application at run-time and typically contains program data.
A heap is a general term for anything that can be dynamically allocated.
You can either select Dynamically allocated or Fixed size.
Helix has the most flexible audio routing ever seen on a guitar processor,thanks to its dynamically allocated DSP.
We can choose between dynamically allocated and fixed size.
Usually a std::vector is a more convenient way to manage a dynamically allocated array.
With a dynamically allocated drive, you can happily increase the upper file size without penalty, because it starts off sub-20MB in real size terms and expands with your OS.
Now you need to choose if you want the hard drive dynamically allocated or set to a fixed size.
Create a virtual hard disk(choose the default options across the three dialog boxes containing Create a virtual hard disk now,VDI(virtual disk image), and Dynamically allocated).
Consider whether you want to create a dynamically allocated  disk or a fixed-size one.
While smart pointers have many more uses in C++ than simple memory management,they are often useful ways to manage the lifetimes of other dynamically allocated objects.
In case you are unfamiliar with auto_ptr,its purpose is to guarantee that a dynamically allocated object is always released, even in the face of exceptions.
You're going to have overhead from the copy constructor when the function returns, if(and it will in C++0x) std:: vector has a move constructor instead of copying it canjust set it's pointers and'move' dynamically allocated memory to the new instance.
The Trend Micro solution supports next-gen NFVnetworks by enabling security resources to be dynamically allocated and configured for different services as they scale up and down to meet varied traffic demands.
In compiled languages, global variables are generally static variables, whose extent(lifetime) is the entire runtime of the program, though in interpreted languages(including command-line interpreters),global variables are generally dynamically allocated when declared, since they are not known ahead of time.
YARN keeps track of all the resources across your cluster,and it ensures that these resources are dynamically allocated to accomplish the tasks in your processing job.
On the next screen you can select if you want thevirtual hard disk size to be dynamically allocated or of fixed size.
In c language, we can dynamically allocate memory using malloc() and calloc() functions where the pointer is used.
Note that when you dynamically allocate an array of objects, you must write delete[] when freeing it, not plain delete.
Walkie-talkies for public safety, commercial andindustrial uses may be part of trunked radio systems, which dynamically allocate radio channels for more efficient use of limited radio spectrum.
In order to speed up TLC-based SSD drives(and to improve their longevity),many manufacturers dynamically allocate some part of the storage as dedicated SLC cache.
The utility is able to dynamically allocate the bandwidth of the Internet channel and uses a virtual clipboard to store temporary data.
DSS is part of the 3GPP Release 15 andit allows operators to dynamically allocate some of their existing 4G spectrum to 5G and use existing radios(as long as they are 5G NR-capable) to deliver 5G services.
It is alsopossible to use pointers to dynamically allocate memory, which means that you can write programs that can handle nearly unlimited amounts of data on the fly--you don't need to know, when you write the program, how much memory you need.
Instead of dynamically allocating an object and returning a reference to it, a struct constructor simply returns the struct value itself(typically in a temporary location on the stack), and this value is then copied as necessary.
Collection classes serve various purposes, such as allocating memory dynamically to elements and accessing a list of items on the basis of an index etc.
The cloud needs to have 24x7 operations to service customers across the globe,and must offer the optimal value to its customers by dynamically pooling and allocating resources, depending upon peak usage& traffic patterns and time of day.
Collection classes serve various purposes, such as allocating memory dynamically to elements and accessing a list of items on the basis of an index etc. These classes create collections of objects of the Object class, which is the base class for all data types in C.