青年中文青年中文

memory leaks的意思

memory leaks中文翻譯:

內存泄露

相似詞語短語

leaks───v.泄漏;滲(leak的單三形式);n.泄漏,滲漏(leak的復數)

bedplate leaks───底座泄漏

memory───n.記憶,記憶力;內存,[計]存儲器;回憶;n.(Memory)人名;(英)梅默里

detecting water leaks───檢測漏水

remember memory───記住記憶

sensory memory───感覺記憶,感官記憶

memory e───存儲器e

semantic memory───[計]語義存儲器;語義記憶

our memory───我們的記憶

雙語使用場景

When are memory leaks a concern?───何時應該關注內存漏洞?

Memory leaks can be really annoying.───內存泄漏可能真正令人討厭。

memory leaks?───內存泄漏在哪發生?

The cost of memory leaks is significant and is often associated directly with production down time, or a slipped deployment schedule.───內存泄漏的成本非常高昂,經常伴隨著產品停機時間和零碎的部署安排。

Consider adding animation to your designators for a more eye-catching display (watch out for memory leaks in the available libraries).───考慮把動畫添加到指示器中以獲得更加醒目的顯示(當心可用庫發生內存泄露)。

Calculates change in free application memory since the device was last started, allowing you to detect memory leaks.───計算在免費的應用程序內存發生變化,因為上次啟動裝置,使您可以檢測內存泄漏。

Memory debugging programs (see Resources) can come in handy when you're trying to detect memory leaks.───當您試圖調試內存漏洞時,內存調試程序(請參閱參考資源)可能派得上用場。

The analysis of memory dumps is targeted to identifying data structures within the Java heap that might be root causes of memory leaks.───內存轉儲分析旨在確定Java堆中可能是內存泄露根源的數據結構。

This is often true with cache implementations, which look very much like a typical memory leaks.───對于緩存實現來說,這一點尤為明顯,因為那與典型的內存泄漏極為相似。

英語使用場景

Isolate and correct potential problems in the code, such as floating point precision issues, memory leaks and fragmentation that can hinder the correct functioning of a game after an idle period.

In this introductory article we explain what causes memory leaks in JavaScript, demonstrate some of the common memory leak patterns to watch out for, and show you how to work around them.

Developers never need to deallocate anything, and exceptions cannot cause memory leaks.

Memory usage is kept near optimal as buffer memory becomes allocated only when necessary and is freed as soon as possible, thus minimizing memory leaks.

It reports memory leaks with call stack of the allocation down to a user defined depth.

Finally, and very importantly, Java's automatic garbage collection prevents memory leaks and other pernicious bugs related to memory allocation and deallocation.

To ensure that the utility program itself does not introduce memory leaks.

Garbage collection eliminates memory leaks as well as some other common programming errors.

The automatic deallocation associated with scoping rules takes care of most memory leaks associated with frame variables.