block of memory 中文意思是什麼

block of memory 解釋
存儲塊
  • block : n 1 片,塊,大塊;粗料,毛料;木料;石料;金屬塊;【建築】塊料,砌塊;【地質學;地理學】地塊。2 ...
  • of : OF =Old French 古法語。
  • memory : n. 1. 記憶;記憶力;【自動化】存儲器;信息存儲方式;存儲量。2. 回憶。3. 紀念。4. 死後的名聲,遺芳。5. 追想得起的年限[范圍]。
  1. A failure occurred during an attempt to allocate a resource, such as a thread, a block of memory, or a lock, in a critical region of code

    嘗試在關鍵代碼區域中分配資源(比如線程、內存塊或鎖)的過程中發生故障。
  2. A failure occurred during an attempt to allocate a resource, such as a thread, a block of memory, or a lock, in a non - critical region of code

    嘗試在非關鍵代碼區域中分配資源(比如線程、內存塊或鎖)的過程中發生故障。
  3. Initializes a specified block of memory at a specific address to a given size and initial value

    將位於特定地址的內存的指定塊初始化為給定大小和初始值。
  4. You can allocate a large block of memory and then use a helper function to suballocate from that block

    可以分配大的內存塊,然後使用helper函數從該塊子分配。
  5. Which contains control information about a block of memory attached to it

    ,該文件包括關于附加在它上的一個內存塊的控制信息) 。
  6. An integer representing the address of the block of memory reallocated

    整數,表示重新分配的內存塊的地址。
  7. 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

    為了避免懸空指針(一種危險的情況,即一塊內存已經被釋放了,而一個指針還在引用它) ,必須在最後的引用釋放之後才刪除對象。
  8. Pointer to the starting address of the block of memory to fill with zeros

    指向一塊準備用0來填充的內存區域的開始地址。
  9. [ in ] pointer to the starting address of the block of memory to fill with zeros

    指向一塊準備用0來填充的內存區域的開始地址。
  10. Frees a block of memory allocated by the unmanaged com task memory allocator with

    釋放由非託管com任務內存分配器使用
  11. To a block of memory allocated from the unmanaged com task allocator

    的內容復制到從非託管com任務分配器分配的內存塊。
  12. Allocates a block of memory of specified size from the com task memory allocator

    從com任務內存分配器分配指定大小的內存塊。
  13. Resizes a block of memory previously allocated with

    分配的內存塊的大小。
  14. Argument is the address of the block of memory

    參數是內存塊的地址。
  15. Set each location in a block of memory to a given value

    將內存塊中的每一位置設置為給定值。
  16. A pointer to an unmanaged block of memory

    指向非託管內存塊的指針。
  17. Allocates a block of memory on the stack

    在堆棧上分配內存塊。
  18. Size of the block of memory to fill with zeros, in bytes

    準備用0來填充的內存區域的大小,按位元組來計算。
  19. Marshals data from an unmanaged block of memory to a managed object

    將數據從非託管內存塊封送到託管對象。
  20. Marshals data from a managed object to an unmanaged block of memory

    將數據從託管對象封送到非託管內存塊。
分享友人