青年中文青年中文

allocated memory的意思

allocated memory中文翻譯:

存儲器配置

相似詞語短語

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

remember memory───記住記憶

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

memory e───存儲器e

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

our memory───我們的記憶

earliest memory───最早的記憶

muscle memory───[醫]肌肉記憶

photogenic memory───上鏡記憶

雙語使用場景

data structure initializations going out of bounds of the allocated memory.───數據結構不正確的初始化超出了分配內存的邊界。

Allocated memory is a bit trickier.───分配內存需要點技巧。

Search the allocated memory for a known value.───在已分配內存中搜索已知值。

In the case of PRU_SENDOOB, the send buffer size can exceed up to 512 bytes more in which any allocated memory is freed and control breaks.───對于PRU_SENDOOB,發送緩沖區大小可以超過512字節,將釋放任何分配的內存并中斷控制。

So in theory, once the Java application and its JVM have been closed, all allocated memory will be returned to the operating system.───所以從理論上講,一旦關閉Java應用程序及其JVM,所分配的全部內存將被返回給操作系統。

So, if a sequence of bytes could be a pointer to a piece of allocated memory, it marks it as being referenced.───所以,如果一個字節序列可以是一個指向一塊被分配的內存的指針,那么收集器就將其標記為正在被引用。

In combination, these checks make it much easier to detect bugs that result from "coloring outside the lines" of your allocated memory.───相應的,這些檢查使得檢測那些來自你所分配的內存“線外色彩”的結果的錯誤更加容易。

Always properly handle return values of functions returning references of dynamically allocated memory.───始終正確處理返回動態分配的內存引用的函數返回值。

However, this automated memory management doesn't prevent programmers from forgetting references to the objects' allocated memory.───但是,這種自動化的內存管理并不能阻止程序員忘記對象指針分配內存。

英語使用場景

The return value is a kernel - mode virtual address pointer to the allocated memory block.

Ring buffer logging consists of a fixed size of allocated memory buffer that is used by the process for logging.

Note that memory allocation methods often do not initialize the allocated memory to a particular value.