提示:PHP会在脚本程序执行完毕后自动释放所使用的结果内存。
Tip: PHP automatically releases the memory used by result handles at the end of the script.
当释放内存块时,调试堆自动检查已分配区域两侧的缓冲区的完整性,如果发生覆盖,将发出错误报告。
When you free a memory block, the debug heap automatically checks the integrity of the buffers on either side of your allocated area and issues an error report if overwriting has occurred.
通过指针映射集和故障模型,可以自动检测内存释放异常、内存泄露和空指针引用等动态内存故障,提高了测试效率。
Through pointer mapping sets and fault model, it can detect bad deallocation, memory leak and null pointer dereference faults automatically and increase the testing efficiency.
自动内存管理可解决常见问题,例如,忘记释放对象并导致内存泄漏,或尝试访问已释放对象的内存。
Automatic memory management can eliminate common problems, such as forgetting to free an object and causing a memory leak, or attempting to access memory for an object that has already been freed.
垃圾回收器会自动释放大型对象的内存。
The garbage collector automatically releases the memory for large objects.
与范围规则关联的自动释放负责处理与框架变量关联的大多数内存泄漏。
The automatic deallocation associated with scoping rules takes care of most memory leaks associated with frame variables.
提出了一种能自动对内存的TSR程序进行检测、释放,而管理程序本身不占用任何内存的调度管理方法。
A schedule which does not use any memory is given to detect and release the TSR in memory automatically.
提出了一种能自动对内存的TSR程序进行检测、释放,而管理程序本身不占用任何内存的调度管理方法。
A schedule which does not use any memory is given to detect and release the TSR in memory automatically.
应用推荐