您要查找的是不是:
- Recently the professor often has a memory block. 近來(lái)教授常常出現記憶不起的情況。
- HGLOBAL Handle to a global memory block. 全局內存塊句柄。
- Copy data from one memory block to another. 將數據從一個(gè)內存塊復制到另一個(gè)內存塊。
- Writes the contents of the specified file into a memory block. 將指定文件的內容寫(xiě)入內存塊。
- Adds the contents of a memory block to the response. 將內存塊的內容添加到響應。
- Allocates a memory block and initializes each byte to zero. 分配內存塊并初始化每個(gè)字節為零。
- He has a memory block. 他的記憶不靈了。
- A corroded layer of thickness <1 mm below the glass? block interface was formed, but the microstructure at a depth of 25 mm in the AZS block only has a little change. 磚間界面后形成了一厚度<1mm的蝕變層;而在25mm的厚度層內顯微結構變化不大。
- Frees all substructures pointed to by the specified unmanaged memory block. 釋放指定的非托管內存塊所指向的所有子結構。
- Each algorithm, the program will automatically reset the memory block. 每次選擇算法時(shí),程序自動(dòng)將內存塊清零。
- 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. “客戶(hù)端塊”是由MFC程序用于需要析構函數的對象的特殊類(lèi)型內存塊。
- 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. 若程序訪(fǎng)問(wèn)自己內存塊以外的數組,或者在初始化之前使用內存(屬于常規編程錯誤),會(huì )產(chǎn)生不可預測的后果。
- The following example uses _CrtIsMemoryBlock to verify that a memory block is in the local heap and has a valid block type. 下面的示例使用_CrtIsMemoryBlock驗證某內存塊在本地堆中,并且有有效的塊類(lèi)型。
- If the specified memory block has been discarded or if the memory block has a zero-byte size, this function returns NULL. 如果指定的內存塊已經(jīng)被釋放或者大小為0字節,該函數將返回NULL。
- Collect the mysterious memory blocks to get extra, yet unknown, bonuses. 收集了神秘的內存塊,以獲得額外的,未知的,獎金。
- 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. 被鎖定的內存將保持鎖定直到鎖計數為,這時(shí)才可以移動(dòng)或者廢棄它。
- 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. 所有的分配內存的方式都只是分配最少多少內存,因為需要考慮對齊,或者其他的原因。