heap allocation
常见例句
- Listing 2 shows an example where escape analysis can be used to optimize away heap allocation.
清单 2 显示了一个可以用 escape 分析把堆分配优化掉的示例。 - Some processors, such as Azul's Vega, include hardware support for accelerating heap allocation.
有些处理器,例如 Azul 的 Vega,包含加速堆分配的硬件支持。 - The JVM can notify the profiler agent about various events that correspond to, for example, heap allocation, thread start, and so on.
JVM可以通知性能分析代理相关的变化的事件,比如,堆分配、线程启动等等。 返回 heap allocation