您要查找的是不是:
- Recently the professor often has a memory block. 近来教授常常出现记忆不起的情况。
- HGLOBAL Handle to a global memory block. 全局内存块句柄。
- Copy data from one memory block to another. 将数据从一个内存块复制到另一个内存块。
- Writes the contents of the specified file into a memory block. 将指定文件的内容写入内存块。
- Adds the contents of a memory block to the response. 将内存块的内容添加到响应。
- Allocates a memory block and initializes each byte to zero. 分配内存块并初始化每个字节为零。
- He has a memory block. 他的记忆不灵了。
- Frees all substructures pointed to by the specified unmanaged memory block. 释放指定的非托管内存块所指向的所有子结构。
- Each algorithm, the program will automatically reset the memory block. 每次选择算法时,程序自动将内存块清零。
- This indicates that some memory blocks have not been deallocated. 这指示有些内存块尚未被释放。
- A client block is a special type of memory block used by MFC programs for objects that require a destructor. “客户端块”是由MFC程序用于需要析构函数的对象的特殊类型内存块。
- If a program accesses the array outside of its memory block or uses the memory before initialization (common programming errors) there will be unpredictable results. 若程序访问自己内存块以外的数组,或者在初始化之前使用内存(属于常规编程错误),会产生不可预测的后果。
- The following example uses _CrtIsMemoryBlock to verify that a memory block is in the local heap and has a valid block type. 下面的示例使用_CrtIsMemoryBlock验证某内存块在本地堆中,并且有有效的块类型。
- If the specified memory block has been discarded or if the memory block has a zero-byte size, this function returns NULL. 如果指定的内存块已经被释放或者大小为0字节,该函数将返回NULL。
- The memory block of a locked memory object remains locked until its lock count is decremented to zero, at which time it can be moved or discarded. 被锁定的内存将保持锁定直到锁计数为,这时才可以移动或者废弃它。
- Collect the mysterious memory blocks to get extra, yet unknown, bonuses. 收集了神秘的内存块,以获得额外的,未知的,奖金。
- He is a great guy, a chip off the old block. 他是一位好人,就像他父亲一样。
- The terrible scene was engraved on his memory. 那可怕的情景铭记在他的记忆里。
- The malloc function allocates a memory block of at least size bytes. The block may be larger than size bytes because of space required for alignment and maintenance information. 所有的分配内存的方式都只是分配最少多少内存,因为需要考虑对齐,或者其他的原因。
- For string constants and literals, the compiler generates a memory block with the same layout as a dynamically allocated string, but with a reference count of -1. 对于串常量和串文本,编译器产生一个与上述动态分配串布局相同的内存块,但引用计数被置为 -1。