What is the translation of " MEMORY ALLOCATION " in Chinese?

['meməri ˌælə'keiʃn]
['meməri ˌælə'keiʃn]
自内存分
一个内存分配

Examples of using Memory allocation in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Do not use dynamic memory allocation after initialization.
在初始化后不要使用动态内存分配
Bad_alloc Happens when there is a failure of memory allocation.
Bad_alloc报告一个失败的存储分配.
When operator new cannot satisfy a memory allocation request, it throws a exception(abnormal).
当operatornew不能满足一个内存分配请求时,它抛出一个exception(异常)。
This is because creating a reference to a bound method causes memory allocation.
这是因为创建对绑定方法的引用会导致内存分配
There is another confusion about the memory allocation system of OpenSSL, but first we need to go over some basics.
关于OpenSSL的内存分配系统有另一个问题,但是我们首先要介绍下一些基本知识。
(3) performance- particularly refers to the structure and content of data,or data encoding and memory allocation.
性能-尤其是指数据结构和内容,即数据编码格式及其内存分配
One main feature of Java is automatic memory allocation and de-allocation.
Java的一大特性就是内存的分配和回收都是自动进行的。
Increased memory allocation is appropriate for systems with more than 100,000 users, each in 30 groups and 750 groups overall.
增加内存分配适用于具有100,000名以上用户的系统,每名用户属于30个组,一共有750个组。
It is simpler than C++ because Java uses automatic memory allocation and garbage collection.
它比C++更简单,因为Java使用内存分配和垃圾回收。
If you have an Active Directory connection that uses a large number of users or groups,you may need to increase this memory allocation.
如果ActiveDirectory连接使用大量用户或组,则可能需要增加此内存分配
VSZ is an internal detail about how a process does memory allocation- how big a chunk of unusedmemory it grabs at once.
VSZ是关于进程如何分配内存的内部细节?它一次捕获的大量未使用的内存有多大。
It is also simpler than C++ becauseJava uses automatic garbage collections and memory allocation systems.
它比C++更简单,因为Java使用内存分配和垃圾回收。
If you are using the default memory allocation of 18 GB, VMware recommends increasing the memory allocation to 24 GB.
如果使用默认的内存分配18GB,VMware建议将该内存分配增加到24GB。
For example, for std::vectors,v2=v1 typically involves a function call, a memory allocation, and a loop.
比如,对std::vector类型来说,v2=v1通常包含一次函数调用、一次内存分配和一个循环。
A common problem withusing C++ in embedded systems is memory allocation, which is a loss of control over the new and delete operators.
在嵌入式系统中使用C++的一个常见问题是内存分配,即对new和delete操作符的失控。
Memory allocation often involves walking a linked list of chain of free locations, looking for a spot large enough for the desired object.
内存分配通常涉及到遍历一个有空闲空间的连续链表,以便寻找到一个足够大的位置来满足需求对象。
A default constructor is always available,never performs any dynamic memory allocation, and never initializes the matrix coefficients.
默认构造函数始终可用,从不执行任何动态内存分配,也从不初始化矩阵系数。
In addition to decreased memory, there's also a decreased run time as Rubyhas to spend less time on object creation and memory allocation.
除了降低内存使用,我们还因此减少了运行时间,因为Ruby不会浪费时间去创建对象和分配内存
V8 compiles and executes JavaScript source code, handles memory allocation for objects, and garbage collects objects it no longer needs.
V8编译并执行JavaScript源代码,处理对象的内存分配,垃圾回收不再使用的对象。
SQL Server can free and acquire several megabytes of memory each second,allowing it to quickly adjust to memory allocation changes.
SQLServer每秒可以释放和获取几兆字节的内存,从而使它可以快速适应内存分配更改。
If messages are small, it's just one memory allocation per 256 messages(these messages are held in a single large allocated memory chunk).
如果消息很小,则每256个消息只有一个内存分配(这些消息保存在一个大的分配的内存块中)。
Google's V8 engine, written in C++, also compiles and executes JavaScript source code,handles memory allocation and collects garbage.
谷歌的V8引擎,用C++编写,也编译和执行JavaScript源代码、处理内存分配、垃圾收集剩余物。
Finally, benchmarks aside, a good indicator for working out how much memory you will need to play thelatest games is to just monitor memory allocation.
最后,除了基准之外,计算出玩最新游戏需要多少内存的一个很好的指标就是监视内存分配
DOS services include handling keyboard input, video output, disk file access,program execution, memory allocation, and various other activities.
DOS服务包括键盘输入、视频输入、磁盘文件访问、执行程序、内存分配及其他事务。
This is actually no slower than storing on thestack because once you introduce a garbage collector, memory allocation becomes an O(1) operation.
这实际上不比存储在栈上慢,因为一旦引入了垃圾回收器,内存分配就成为了一个O(1)的操作。
(APP3590.3: CAT II) The Designer will ensure the applicationdoes not use signed values for memory allocation where permitted by the programming language.
APP3590.3:CATII):设计人员将确保应用程序不在程序语言允许的地方对内存分配使用带符号值。
Results: 26, Time: 0.0256

Word-for-word translation

Top dictionary queries

English - Chinese