The study presented the first evidence that a "memory code" of any kind may exist.
研究首次验证了“记忆编码”以各种形式存在。
Modules can be unloaded if needed which removes all the code and variables from memory.
如果需要的话,可以卸载模块来除去内存中所有的代码和变量。
This makes it easier for a debugger to identify which compilation unit created the code at a particular memory address.
这使得调试器可以更容易地确定哪一个编译单元在某个特定内存地址创建了代码。
Because the string memory is released by code executing inside the DLL, the correct local heap is used, and no debug assertion results.
因为字符串内存是由在DLL内部执行的代码释放的,所以使用的是正确的本地堆,没有调试断言结果。
A cache should also maintain a reasonable upper size limit to avoid memory over-utilization in custom code.
缓存还应该维护一个合理的大小上限,以避免自定义代码中内存的过度使用。
We describe the sample code in which no Shared memory is used.
我们将简要介绍不使用共享内存的样例代码。
The more methods compiled, the more memory the code occupies.
编译的方法越多,代码占用的内存就越多。
Measurement of vital runtime parameters, including memory usage, performance, and code coverage.
重要运行时参数的度量,包括内存使用、性能和代码覆盖。
The error code is 12, which means no more memory.
错误代码是12,这表示无更多内存可用。
It can transparently manage a much larger amount (terabytes) of data and code than will fit in memory.
它可以透明地管理比内存大得多的数据和代码(兆兆字节级别)。
Each satellite kernel is composed of a scheduler, a memory manager, a namespace manager, and code to coordinate communication between other kernels.
每个卫星内核都是由调度器、内存管理器、命名空间管理器以及协调与其他内核通信的代码所组成的。
They are visual imaginings built from the raw stuff of computer programming - disassembled code, API calls, memory addresses and subroutines.
它们是从计算机程序设计原料——反汇编代码、API调用、内存地址和子程序创建而来的视觉想像。
For the most part, it avoids direct memory reference by native code into the JVM, ensuring that natives can be written once and work across different JVM implementations or versions.
从很大程度上说,它避免了本机代码对JVM的直接内存引用,从而确保本机代码只需编写一次,并且可以跨不同的JVM实现或版本运行。
Data flow analysis examines compiled code to identify potential memory and resource problems.
数据流分析检查了汇编的代码,以识别潜在的内存和资源问题。
The new memory management code has been tested and optimized on everything from very low end desktop systems to large, enterprise-class, multi-processor systems.
从很低端的桌面系统到大型的、企业级的、多处理器的系统,新的内存管理代码已经在它们上面都已经进行了测试和优化。
The DWARF line table contains the mapping between the source lines (for the executable parts of a program) and the memory containing the code corresponding to the source.
DWARF行表包含源行(属于程序的可执行部分)与内存(包含与源代码对应的代码)之间的映射关系。
By accessing memory through well-defined paths, the runtimes or in this case, kernels can verify that code is not accessing memory locations to which it should not have access.
通过定义好的路径——在当前情况下是运行时——访问内存,核心可以验证代码并没有访问不该访问的内存位置。
Dangling Pointers are likely to arise in code, which USES memory in subtle ways.
悬空指针可能发生在以微妙方式使用内存的代码中。
For managed code, helps to find memory leaks due to "living" references in collections.
对于托管的代码,帮助找到由于集合中的“未释放的”引用的内存泄漏。
Depending on the size of your add-in, this could result in a lot of redundant code being loaded into memory.
要取决于你外接程序的大小,这很有可能导致大量的冗余代码装载到内存里。
Because PHP manages memory for you, there's no PHP code that can result in stack and buffer overflow exploits.
因为PHP可以为您管理记忆,所以PHP代码不会导致堆栈和缓冲溢出。
While it might be possible to identify the memory leaking data structure by analyzing the heap dumps, identifying the memory leaking code which is in a infinite loop is not straightforward.
虽然通过分析堆转储能够标识内存泄漏数据结构,但是标识无限循环中的内存泄漏代码并不简单。
And you can combine utilities that automatically track code changes, trace test coverage, submit defects, inspect code profiles and memory usage, and so forth.
你还可以结合一些应用,它们可以自动跟踪代码的变化,跟踪测试覆盖,提交错误,检查代码外形和存储使用,等等。
Investigate memory problems in production code.
研究产品代码中的内存问题。
For example, to use Shared memory in your code, use the include shown in Listing 1.
例如,要想在自己的代码中使用共享内存,就使用清单1所示的include。
IllegalThreadStateException is thrown when code that enters scoped memory areas is run by regular threads.
当进入范围内存区域的代码由常规线程运行时,将抛出IllegalThreadStateException。
Having restored the operation of the production web site, Barb continues investigating the memory leak in the application's code.
在恢复产品网站的运行之后,Barb继续在应用程序的代码中研究内存泄漏问题。
During interactive development, Purify can report on memory errors before new code is committed to the project.
在交互开发过程中,Purify能够在新代码加入工程前报告内存错误。
Listing 1. Code with memory leak and dangling pointer (mem_errors.c).
列表1 .带有一个内存渗漏和一个不断摆动的指针的代码(mem_errors. c)。
Also, a game is limited to 16 MB of memory available both for code and content.
同时,游戏的代码和内容被限制为只能使用16MB内存。
应用推荐