Esid列显示已经分配的内存段
The Esid column displays the memory segments that have been allocated
显示分配的内存块和字节数。
为操作码缓存分配的内存量。
包缓存——为存储静态和动态sql语句而分配的内存。
Package Cache - Memory allocated to store both static and dynamic SQL statements.
它使用预分配的内存池,但它不使用很清楚。
It does use a pre-allocated memory pool but it doesn't use it clearly.
但流转结束或过期时自动清除你在流转执行中分配的内存。
Have memory you allocate during flow execution automatically clean itself up when the flow ends or expires.
始终正确处理返回动态分配的内存引用的函数返回值。
Always properly handle return values of functions returning references of dynamically allocated memory.
你正在阅读的字符串为未被分配的内存初始化指针。
You're reading strings into pointers that have not been initialized with allocated memory.
此数目包括此函数所调用的各个函数中分配的内存。
The number includes memory that was allocated in functions that were called by this function.
缓冲池——在将数据刷新到磁盘之前,为存储数据而分配的内存。
Buffer Pool - Memory allocated to store data before flushing it to disks.
缓冲区缓存——为存储从物理数据文件读取的数据块而分配的内存。
Buffer Cache - Memory allocated for storing data blocks read from physical data files.
日志缓冲区——为存储更改数据的前后映像而分配的内存。
Log Buffer - Memory allocated for storing before and after image of changed data.
因此,省略最大基数不会对已分配的内存量产生任何影响。
Therefore, omitting the maximum cardinality does not have any impact on the amount of allocated memory.
没有进程需求的可重启性,我们能够释放所有分配的内存。
Restartability without processes requires that we are able to release all malloc 'ed memory.
虚拟分配的内存并不是次序排列的(或者很少按次序排列)。
Virtual memory allocations are not necessarily (or very seldom) lined up nicely in memory.
缓冲区缓存为存储从物理数据文件读取的数据块而分配的内存。
Buffer Cache Memory allocated for storing data blocks read from physical data files.
一种简单而有效的性能提升方法是将分配的内存从一次调用传递到下一次调用。
A simple, but effective performance improvement is to carry allocated memory from one call to the next.
和方法,可以再次调用,这一次,以填补该设备的名称分配的内存。
And the method can be called again, this time to fill the allocated memory with the device name.
注意,如果给每个任务分配的内存不够大,增加这个值可能会导致更多垃圾收集活动。
Notice that increasing this value might cost more garbage collection activities if memory allocated for each task is not large enough.
如果已分配的内存不能帮助提高性能,那么请避免给缓冲池分配过多的内存。
Avoid overallocating memory to buffer pools if the memory allocated cannot help performance.
我前面指明的,一旦swap返回,所有为swap分配的内存都是无用的了。
So when I said earlier that as soon as swap returns, all of the memory allocated for swap is now useless.
这个方法main分配内存,调用foo,使用分配的内存,然后释放它并退出。
The method main allocates memory, calls foo , USES the allocated memory, and then frees it and exits.
下面的探测脚本使用用户函数进入探测跟踪malloc例程,显示分配的内存量。
The following probe script USES the User Function Entry probe to track malloc routines and display the size of allocation.
ps命令报告malloc 分配的内存,但是不包含mmap 分配的内存。
The ps command reports mallocd memory and does not include mmapd memory.
如果指定的值在18到4096之间,队列管理器将使用指定的数字设置所分配的内存。
If you specify a number between 18 and 4096, the queue manager USES the number specified to set the memory allocated.
人们期望程序在完成任何操作后释放分配的内存,并允许系统和其他程序员使用该内存。
The program is expected to release allocated memory when it has completed any operations, and let the system and other programs use that memory.
该工具确定了实际内存的大小,分配足够的内存,很快地占用分配的内存然后将其释放。
This tool determines the size of real memory, allocates enough memory to consume it, touches the allocated memory as quickly as possible, and then releases it.
其实他们俩不属于哪个特定的对象,所以不会出现在为哪个特定对象分配的内存块里。
Actually they two do not belong to which specific target, won't go out to be distributive of which specific target now so in memory piece.
Packratting:由于长时间不及时释放动态分配的内存而消耗了过量的内存。
Packratting: Consuming excessive memory by keeping dynamically allocated objects alive for longer than they are needed.
它引用在内存池上分配的内存,如果池在桶的生命周报内销毁时,经将必须在内部拷贝。
This refers to memory allocated on a pool, and will have to be copied internally if and only if the pool is destroyed within the lifetime of the bucket.
应用推荐