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.