Allocating memory for non-PDQ queries.
为非pd Q查询分配内存。
By using a constant string, you avoid allocating memory, copying the string, and the transcoding process.
通过使用常量字符串,可以避免分配内存、复制字符串和编码转换过程。
Incorrect memory use occurs when functions used for allocating and de-allocating memory do not match.
错误的内存使用在使用内存分配和释放的函数不匹配时发生。
So both of these stories involve floating point values, but only in this case am I actually allocating memory.
所以这两个故事都涉及到浮点类型,但是只有那样我们才能真正地分配到内存。
Typically, your DLL has initialization code (such as allocating memory) that must execute when your DLL loads.
一般说来,您的DLL会有必须在DLL载入时执行的初始化程序码(例如,配置记忆体)。
By allocating memory outside the heap, you may subject your application to additional forces of which the JVM is unaware.
通过分配堆外面的内存,您也许使您的应用受到额外的JVM不知道的力量的管制。
Understanding how DB2 USES memory prevents you from over-allocating memory, and helps you tune memory use for better performance.
理解DB 2如何使用内存,可以防止过度分配内存,并有助于对内存的使用进行调优,从而获得更好的性能。
This dramatic improvement results from avoiding repeatedly allocating memory for and copying progressively larger and larger strings.
这一难以置信的改进结果是因为避免了重复的内存分配和拷贝越来越大的字符串。
The libraries that implement these requirements are called allocators, because they are responsible for allocating and deallocating memory.
实现这些需求的程序库称为分配程序(allocators),因为它们负责分配和回收内存。
Because the runtime allocates memory for an object by adding a value to a pointer, it is almost as fast as allocating memory from the stack.
由于运行时通过为指针添加值来为对象分配内存,所以这几乎和从堆栈中分配内存一样快。
When allocating memory from the heap, the contents of that memory are garbage — whatever bits happen to be left over from the last time that memory was used.
在从堆中分配内存时,不管上次使用内存之后留下了什么内容,内存中的内容都被当作垃圾。
Soon after that, the kernel starts swapping some of those pages to disk in anticipation of having to allocate memory to the process that's allocating memory.
在此之后,如果内核预计必须为请求内存的进程分配内存,它就会开始把一些页面交换到磁盘。
For example, the code must call certain runtime routines in the JVM runtime to perform specific actions, such as looking up an unresolved method or allocating memory.
例如,代码必须调用JVM运行时中的某些运行时例程来执行特定操作,如查找未解析的方法或分配内存。
In the first case, those objects are strings. After allocating memory to hold the objects, the default string constructor is run on each element of the array in turn.
其中第一个数组是string类型,分配了保存对象的内存空间后,将调用string类型的默认构造函数依次初始化数组中的每个元素。
There might not be enough disk space to complete the file write operation, or allocating the buffer could fail if not enough memory is available.
可能没有足够的磁盘空间来完成该文件的写操作,或者由于没有足够的内存可用,分配缓冲区可能失败。
Worse, a cache miss when allocating an object on the heap has a particularly nasty memory interaction.
更糟的是,在堆上分配对象时,缓存遗漏还有一个特别讨厌的内存交互。
For most collector implementations, the allocation subsystem keeps a pool of free heap memory, consumed by the application through allocating objects and replenished by the collector through sweeping.
对大多数收集器实现而言,分配子系统持有一个自由堆内存池,应用程序通过分配对象使用该池,然后由收集器通过清理来补充该池。
It is necessary for an application programmer who is allocating a buffer to know how much memory to allocate for each character.
应用程序开发人员需要知道,分配缓冲区时应该给每个字符分配多大内存。
This was achieved through dynamic Logical Partitioning (DLPAR) -the process of dynamically allocating additional CPU or memory servers to a running LPAR.
这种功能是通过动态逻辑分区(DLPAR)实现的,也就是将附加的CPU或者内存服务器动态地分配给一个正在运行的LPAR。
Allocating blocks of zero-filled memory the library may need.
分配程序库可能需要的由零填充的内存块。
What if the process was in the middle of allocating additional memory on its heap using malloc, and you call malloc from the signal handler?
如果当进程正在使用malloc在它的堆上分配额外的内存时,您通过信号处理器调用 malloc,那会怎样?
Common problems with allocating database Shared memory on 32-bit aix.
位aix上与分配数据库共享内存有关的常见问题。
Common problems with allocating database Shared memory on 32-bit Linux.
位Linux中与分配数据库共享内存有关的常见问题。
Common problems with allocating database Shared memory on 32-bit Sun solaris.
位SunSolaris中与分配数据库共享内存有关的常见问题。
Common problems with allocating database Shared memory on 32-bit hp-ux.
位HP -UX上与分配数据库共享内存有关的常见问题。
This algorithm tends to be memory efficient (allocating what's necessary) but requires more time to manage the heap.
这种算法通常具有较高的内存使用效率(分配需要的内存),但是却需要花费更多时间来对堆进行管理。
At the same time, with Oracle Database 10g, make sure that the LOCK_SGA Oracle initialization parameter is set to TRUE, so that Oracle request large pages when allocating Shared memory.
同时,对于OracleDatabase10g,请确保将LOCK_SGA Oracle初始化参数设置为TRUE,这样一来,Oracle会在分配共享内存时请求较大的页面。
The StringBuilder class in the System.Text namespace joins strings together without allocating a new string instance each time; this efficiency greatly improves memory utilization.
Text命名空间中的StringBuilder类无须每次分配新的字符串实例即可将字符串连接在一起;这一效率大大改进了内存的利用。
The StringBuilder class in the System.Text namespace joins strings together without allocating a new string instance each time; this efficiency greatly improves memory utilization.
Text命名空间中的StringBuilder类无须每次分配新的字符串实例即可将字符串连接在一起;这一效率大大改进了内存的利用。
应用推荐