Accessors do not have memory references to other accessors.
内存中accessors没有对其他accessors的引用。
A number of debugging tools focus on analyzing bugs related to memory references.
有大量的调试工具专门用于分析与内存引用相关的bug。
It also logs paging space in and outs, file page in and outs, candidate memory and memory references.
此外它还会记录分页空间的进出情况、文件页面的进出情况、候选内存和内存引用。
This automatic memory management resolves the two most common application errors, memory leaks and invalid memory references.
这种自动内存管理解决了两个最常见的应用程序错误:内存泄漏和无效内存引用。
You can potentially save memory and startup time by deferring these references or reducing the reference set of classes.
通过延迟这些引用或者减少对一些类的引用,您有可能会节约内存和启动时间。
In addition, they may also provide useful views showing each object's references and referrers so that you can track down the source of a memory leak.
此外,它们也可能提供有用的视图,这些视图可以显示每个对象的引用和引用者,以便您跟踪内存漏洞的来源。
A heap dump, also known as heap snapshot, is a dump of references between objects in memory and information about these objects.
堆转储也称为堆快照,就是内存中对象之间的参照转储,以及关于这些对象的信息。
Object Reference Graph, object References, and object Details views: Provide information about objects holding onto memory.
对象引用视图和对象细节视图:提供对象占用内存的信息。
These references further increase the memory consumption.
这些引用进一步增加了内存消耗。
The garbage collector then assesses whether soft references need to be cleared at this time, based on the amount of memory reclaimed by the current collection and other policy considerations.
垃圾收集器然后根据当前收集所回收的内存总量和其他策略考虑因素,判断软引用此时是否需要被清除。
Always properly handle return values of functions returning references of dynamically allocated memory.
始终正确处理返回动态分配的内存引用的函数返回值。
Weak, soft, and phantom references can improve the memory characteristics of your application by allowing flexible caching.
弱引用、软引用和虚引用允许灵活的缓存,能够改进应用程序的内存特性。
It requires extra memory to handle the references.
需要额外的内存来处理引用。
If each address references a byte of storage, a 16-bit physical address would allow a processor to address 64kb of memory.
如果每个地址引用一个存储字节,那么一个16位物理地址将允许处理器寻址64KB内存。
Your listener, and everything it references, is retained in memory as long as the widget is.
只要小部件存在,侦听器及其引用的一切都会一直驻留在内存中。
A previous article, "Plugging memory leaks with weak references," offers some helpful techniques.
以前的一篇文章“用弱引用堵住内存泄漏”给出了一些有用的技巧。
For managed code, helps to find memory leaks due to "living" references in collections.
对于托管的代码,帮助找到由于集合中的“未释放的”引用的内存泄漏。
To ensure the integrity of references between objects, the RTSJ defines rules that govern how objects in one memory area (heap, immortal, or scope) can refer to objects in other memory areas.
为了确保对象之间引用的完整性,RTSJ定义了管理一个内存区域(堆、不朽内存、作用域内存)中的对象如何引用其他内存区域对象的规则。
If the references weren't weak, the application would have a memory leak.
如果引用不弱,那么应用程序会有内存泄漏。
Any indirect references to memory are done by using .
任何对内存的间接引用都是通过使用来完成的。
As the following example shows, weak references and soft references are powerful tools for fixing memory leaks.
如以下示例所示,弱引用和软引用都是解决内存泄露的强大工具。
This helps identify potential unintentional object references causing memory leaks.
这有助于识别导致内存泄漏的潜在无意对象引用。
Reference queues are not as useful with soft references as with weak references, but they could be used to raise a management alert that the application is starting to run low on memory.
引用队列对于软引用来说,没有对弱引用那么有用,但是它们可以用于发出管理警报,说明应用程序开始缺少内存。
Even when the actual objects are being released in a timely manner, WPF's arrays of weak references hang around and under stress become the memory leak.
哪怕及时释放掉了实际的对象,但WPF的弱引用数组还是会继续持有引用,这就导致了内存泄漏。
You've seen several common memory leak patterns involving circular references and some easy ways to work around them.
您还了解了涉及到循环引用的一些常见内存泄漏模式以及应对这些泄漏模式的几种简单方式。
Committed pages are loaded into main memory only when the process first references them. Hence the name on-demand paging.
提交的页只有在第一次被引用时才装入主存,因此成为请求式分页。
The author himself makes many references to films and often throws doubts on his own memory and his ability to convince.
作者本人也参考了许多电影来印证自己的回忆。
The problem can be verified by plotting the weak references cleared in the GC and Memory Visualizer, as shown in Figure 17.
通过在EVTK中绘制被清除的弱引用的图,可以证实该问题,如图17所示。
Release is called when there are no more references to an open file — all file descriptors are closed and all memory mappings are unmapped.
release是在对一个打开文件没有其他引用时调用的——此时所有的文件描述符都会被关闭,所有的内存映射都会被取消。
Release is called when there are no more references to an open file — all file descriptors are closed and all memory mappings are unmapped.
release是在对一个打开文件没有其他引用时调用的——此时所有的文件描述符都会被关闭,所有的内存映射都会被取消。
应用推荐