allocate memory 中文意思是什麼

allocate memory 解釋
分配存儲器
  • allocate : vt. 1. 分派,配給。2. 配置;部署。3. 劃撥(經費等)。
  • 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. Programs that want to allocate a large and contiguous area of memory but don t need it all immediately often use a combination of reserved and committed memory

    希望分配了大量連續內存區域但這些內存不馬上同時使用的程序常常結合使用保留內存和提交內存。
  4. Drivers should not allocate memory using one of the must - succeed specifiers

    驅動不應該使用一個必須繼承的指定器來分配內存。
  5. You can allocate a large block of memory and then use a helper function to suballocate from that block

    可以分配大的內存塊,然後使用helper函數從該塊子分配。
  6. The best way to avoid the need to allocate memory in a handler is to allocate, in advance, space for signal handlers to use

    避免在處理器分配內存的最好方法是,為信號處理器預先分配要使用的內存。
  7. The 2gb private area contains most of the memory the jvm needs in order to execute your program : the java heap, the c heap for the jvm itself, stacks for program threads, memory for holding bytecode and jitted methods, memory that native methods allocate, and more

    這2 gb的私有空間部分包含了jvm執行程序所需要的多數內存: java堆、 jvm本身的c堆、用於程序線程的棧、保存位元組碼和即時編譯方法的內存、本機方法所分配的內存等等。
  8. If an application wants to use suballocation, it must first allocate memory by using

    如果一個應用程序希望使用子分配機制,必須首先使用
  9. A program may address memory in data space regions made available by allocate or resize and not yet released by free

    一個程式可以定址透過由allocate或resize提供的、或是尚未由free釋放的資料空間中的記憶體
  10. Mfc calls the c run - time library to allocate memory for a

    Mfc調用c運行時庫以為
  11. Can also be used to allocate memory blocks up to 64k

    也可以用來分配多達64k的內存塊;
  12. Thrown when an attempt to allocate memory using the

    分配內存失敗時引發。
  13. Exception is thrown when an attempt to allocate memory fails

    當嘗試分配內存失敗時,會引發
  14. Operator fails to allocate memory, it throws the exception,

    運算符分配內存失敗,將引發異常
  15. Cache adaptive write allocate policy collects fully modified blocks in miss queue. fully modified blocks are written to lower level memory based on non - write allocate policy which can switch to write allocate policy adaptively

    該策略在訪存失效隊列中收集全修改cache塊,對全修改cache塊採用非寫分配策略,並能夠自適應地切換為寫分配策略。
  16. The on - chip memory performance of embedded systems directly affects the system designers decision about how to allocate expensive silicon area. a novel memory architecture, flexible sequential and random access memory fsram, is investigated for embedded systems

    而我們開展的一項研究驗證了一種新型低功耗的片外存儲器結構的性能潛力,即靈活的順序與隨機存取存儲器lexible sequential and random access memory ,簡稱fsram 。
  17. When an application asks os 2 to allocate memory, a linear address range is reserved

    當應用程序請求os / 2分配內存時,操作系統就為其保留一個線性地址范圍。
  18. Specifies the amount of physical memory to allocate at a time

    指定一次分配的物理內存量。
  19. If the number of free pages in the system reaches this minimum limit, only the kernel will be permitted to allocate any more memory

    如果系統中可用頁面的數目達到了最低限制,則只允許內核分配一些內存。
  20. The firewall could not allocate memory to fulfill your request

    防火墻不能為你的請求分配內存。
分享友人