Memory-mapped files are an operating system feature that links a block of memory to a file.
内存映射文件是把一块内存连接到一个文件的操作系统特性。
An overflow occurs when data is added to the buffer outside the block of memory allocated to the buffer.
溢出是指数据被添加到分配给该缓冲区的内存块之外。
The value you're fetching from the hashtable is a pointer to a block of memory with a single integer.
你获取的价值从哈希表是一个指向一块内存,一个整数。
When programs are loaded into this block of memory, there is no telling exactly where the code will go.
当程序加载进入该内存块,不能确切知道代码会跑到内存什么位置。
This sandbox is the virtual address space, which in 32-bit mode is always a 4gb block of memory addresses.
此沙箱是在32位模式下的虚拟地址空间,这始终是一个4gb的内存地址块。
An object is basically a block of memory that has been allocated and configured according to the blueprint.
物件基本上是记忆体区块,是根据蓝图加以配置和设定。
In this method, a large block of memory (called the heap) is used to provide memory for user-defined purposes.
在这种方法中,大块内存(称为堆)用来为用户定义的目的提供内存。
When a block of memory is allocated. you program will create a snapshot of the system showing available memory.
当一块记忆被分配时。你计划将创造一张显示可用存储器的系统的快照。
When a block of memory is returned to the free pool, the bucket index is calculated just like it is done with allocation.
当把内存块返回给空闲池时,像分配时一样计算bucket索引。
It can now just find a block of memory and then add the starting space to each of the relocatable addresses inside the code.
它只要找到一个内存块,然后把代码里每一个重定位的地址加上起始地址即可。
NPN_MemFree requests that the browser free a specified block of memory. Use this function to free memory allocated with NPN_MemAlloc.
从浏览器内存空间中分配内存。使用这个函数来动态分配内存。
Finally, the string type is a reference type, so every string instance refers to an additional block of memory to hold the actual string data.
最后,字符串类型是引用类型,因此每个字符串实例都引用一个附加的内存块,以存放实际的字符串数据。
WARNING: If you go about doing this, you better make sure you reinitialize that block of memory before going to let a different subroutine use it.
警告:如果你去做这件事,你最好确定你的内存块初始化,会让不同的子程序使用它之前。
If you allocate a block of memory on the heap that is not already in the cache, execution will stall while the contents of that memory are brought into the cache.
如果在堆的顶部分配的内存块不在缓存中,执行会在内存内容装入缓存的过程中出现延迟。
A primary contributor to the complexity of memory management is aliasing: having more than one copy of a pointer or reference to the same block of memory or object.
内存管理复杂性的主要原因是别名使用:同一块内存或对象具有多个指针或引用。
The clear_user function is used to zero a block of memory in user space. This function takes a pointer in user space and a size to zero, which is defined in bytes.
clear_user函数被用于将用户空间的内存块清零。
This of course, isn't the first block of memory to be used in a computer, there were others, but this is the earliest example that makes this easier to understand.
当然这不是一台计算机使用的第一块内存,还有其他内存,但是这是最初级的范例,以便于理解。
A common solution is to set aside a block of memory for the queue, start the queue at one end of the block, and let the queue migrate toward the other end of the block.
用来在计算机中控制队列的最一般的方法是为队列分配一块存储器,从存用来在计算机中控制队列的最一般的方法是为队列分配一块存储器,储块的末端开始存储队列,并且让队列向另一端增长。
When you request a memory block, the debug heap manager allocates from the base heap a slightly larger block of memory than requested and returns a pointer to your portion of that block.
当您要求记忆体区块时,侦错堆积管理员会从基底堆积配置比要求稍微大一点的记忆体区块,并且传回此区块部分的指标。
If the sorted data cannot fit entirely into the sort heap, which is a block of memory that is allocated each time a sort is performed, it overflows into a temporary table owned by the database.
如果无法将排序的数据整个放入排序堆中(排序堆是每次执行排序时分配的一块内存),它就会溢出到该数据库所有的临时表中。
To avoid dangling Pointers (the dangerous situation where a block of memory is freed but a pointer still references it), you must delete the object only after the last reference is released.
为了避免悬空指针(一种危险的情况,即一块内存已经被释放了,而一个指针还在引用它),必须在最后的引用释放之后才删除对象。
You can initially create an abstract buffer with an empty linked list of memory block.
最初可以使用内存块的一个空链表来创建一个抽象缓冲区。
The default size of these memory segments is 256 KB per block, but you can adjust these to suit your particular needs.
这些内存块的默认分区大小为每块256KB,但是您可以调整这些分区大小以满足特殊需求。
The code in Listing 1 allocates two 512-byte blocks of memory, and then the pointer to the first block is set to the second block.
清单1中的代码将分配两个 512字节的内存块,然后指向第一个内存块的指针被设定为指向第二个内存块。
The hippocampus makes a mental map of a memory, and if you have a similar one, they can overlap, link together or block each other out.
海马体对一个记忆创建一个意念图,如果你有一个类似的,它们会重叠,相互关联或者相互阻碍。
To summarize: memory watch points help you in tracing the use of a given memory block.
总的来说:内存观察点将帮助您跟踪特定内存板块的使用情况。
To summarize: memory watch points help you in tracing the use of a given memory block.
总的来说:内存观察点将帮助您跟踪特定内存板块的使用情况。
应用推荐