Instead of going to a file, these nested tags go to a temporary variable in memory.
这些嵌套标签不是输出到文件中,而是输出到内存中的临时变量中。
In a simple case, the memory map tool enables you to define a layout for a complex variable, such as a union or a structure.
在一个简单的实例中,内存映射工具使您能够为一个复杂的变量定义一个布局,例如一个集团或者一个结构。
These use the LD_PRELOAD environment variable to preload a library that replaces the standard memory routines with instrumented versions.
这些工具使用LD _ PRELOAD环境变量预加载库,用于将标准内存例程替换为插装版本。
A configuration item may be an environment variable or a change in the database configuration, such as its memory allocation.
配置项可以是环境变量或者数据库配置修改,例如数据库的内存分配。
For POWER6, variable page size support (VPSS) was introduced, which means that the system will use larger pages as the application requests larger chunks of memory.
在POWER 6中,引入了可变页面大小支持(VPSS),这意味着当应用程序需要更大的内存块时,系统将使用更大的页面。
A transient variable enables the application to keep a copy in local memory, but rebuilds the object if using the backup copy.
临时变量允许应用程序在本地内存中保留副本,但可以在使用备份副本的情况下重新构建对象。
The agent private memory can be increased by moving the instance Shared memory to a higher address by setting the DB2DBMSADDR DB2 registry variable.
我们可以通过设置DB2DBMSADDRDB 2注册表变量,将实例共享内存移到更高的地址,从而增加代理私有内存。
The very large memory model, like the large memory model, can be enabled for an executable at compile time with a linker option or at run time using the LDR_CNTRL environment variable.
与大内存模型类似,可以通过一个链接器选项或在运行时使用LDR_CNTRL环境变量来为编译时的可执行程序启用超大内存模型。
The memory view allows you to examine and modify the contents of memory at a specific address, usually that of a variable.
内存视图允许您去检查并更改特定地址处内存的内容,通常是一个变量。
EVENT_POOL_SIZE Set this variable to specify the amount of memory used for unprocessed events, unprocessed notifications, and event suppression.
EVENT _ POOL_SIZE设置此变量来指定用于未处理的事件、未处理的通知和事件压缩的内存量。
If the DB2DBMSADDR register variable is set, then the instance Shared memory will start at the address specified by this variable.
如果设置了DB2DBMSADDR注册表变量,那么实例共享内存将从该变量指定的地址开始。
EVENT_POOL_SIZE Set this variable to specify the amount of memory used for unprocessed events, unprocessed notifications, and event suppression.
EVENT _ POOL_SIZE设置该变量指定用于未处理事件、未处理通知和事件暂缓的内存大小。
Updating XML on the fly means that XML is modified in memory while it is retrieved from an XML variable or column.
动态更新XML意味着当从一个XML变量或列中获得XML时,在内存中修改它。
For example, a compiler may choose to optimize a loop index variable by storing it in a register, or the cache may delay flushing a new value of a variable to main memory until a more opportune time.
例如,编译器为了优化一个循环索引变量,可能会选择把它存储到一个寄存器中,或者缓存会延迟到一个更适合的时间,才把一个新的变量值存入主存。
To avoid this, DB2 has a registry variable which limits the amount of memory each idle agent can retain.
为了避免这种情况,DB2 使用一个注册表变量来限制每个闲置代理可以保留的内存量。
In other words, this means that the old memory model made promises only about the visibility of the variable being read or written, and no promises about the visibility of writes to other variables.
换句话说,这意味着老的内存模型只保证正在读或写的变量的可见性,不保证写入其他变量的可见性。
IDLE's debugger provides breakpoints, stepping and variable watches; but nothing so fancy as poking at memory locations and variable contents, or performing timings and other analyses.
IDLE的调试器支持设置断点、单步执行和观察变量;但是不能获得内存位置和变量的内容,也不能进行执行的计时和其他统计。
The responses are stored in a rich text item variable in memory.
回复存储在内存的富文本项变量中。
The amount of memory allocated for a variable depends on a few factors.
变量的已分配内存量取决于几个因素。
When the value of an array variable is NULL, there is no memory allocated for it.
在阵列变量值为 NULL 时,不为它分配内存。
Some compilers support live-range splitting, where a variable can be allocated to different registers as well as to memory in different parts of the function.
有些编译器支持“生命周期分割”(live - range splitting),也就是说在程序的不同部分,变量可以被分配到不同的寄存器或者内存中。
Fired when an aspect of the target, such as a variable, register, or portion of memory, changes value.
当目标的某个元素(例如变量、注册表或部分内存)的值发生改变时触发。
Tuning memory heaps and DB2 registry variable.
优化内存堆和DB 2注册表变量。
After the memory allocation in main , where is the namestr variable used and overwritten?
当这个内存分配在main后,namestr变量会在什么地方被使用和编写呢?
When strdup is called in foo , the namestr variable value is overwritten, thereby losing the pointer to the memory allocated in main , and that causes the leak.
当strdup在foo中被调用,这个namestr变量值就会被覆写,从而丢失main中内存分配的指针,导致渗漏。
There are two types of scoped memory, linear and variable which refers to the time required to instantiate an object.
Scoped内存有两种,线性的(linear)和可变的(variable)——这是指它们实例化一个对象所需的时间。
On the other hand, a C or Pyrex int variable is just a region in memory with some bits set to ones or zeros.
另外一方面,C或Pyrex 的int变量只是内存中各个位设置为1 或 0 的一个区域。
To access derived data types, you use the copy_userdata function, which copies the required data from a non-vue variable, that is, from memory pointed by an argument to a vue script variable.
要想访问派生的数据类型,应该使用copy_userdata函数,它把所需的数据从非vue变量(也就是从参数指向的内存)复制到Vue脚本变量。
This program tries to store to an unallocated memory location by doing a string copy from arr to the p variable. The expected result is a SEGSEGV signal, as you can see
这个程序试图在一个尚未分配的内存中保存数据:它执行一个字符串复制操作,将arr中的数据复制到p变量中。
This makes the environment variable USE_ZEND_ALLOC available to allow selection of malloc or emalloc memory allocations at runtime.
这使环境变量use_zend_alloc可用于允许在运行时选择malloc或emalloc内存分配。
应用推荐