allocate memory
[计] 分配存储器
2026-05-05 13:30 浏览次数 15
[计] 分配存储器
Cannot allocate memory安装程序错误
allocate short term memory短期分配存储器
Unable to allocate memory不能分配内存
failed to allocate memory无法分配内存
Unable to allocate temporary memory无法取得暂存的内存
Allocate memory for driver分配内存为驱动程序
allocate and free memory分配和释放内存
allocate that much memory分配内存
as the agent or subagent requires more heap space to process larger sql statements, the database manager will allocate memory as needed, up to the maximum specified by this parameter.
当代理程序或子代理程序需要更多的堆空间以处理较大的sql语句时,数据库管理器将按照需要分配内存,所分配的内存大小最大可达到该参数所指定的最大值。
detection manager failed to allocate memory for internal use.
检测管理程序无法分配内部使用内存。
for instance, you can allocate memory for caching, which reduces disk access, or access resources over the network rather than reading off the local disk.
例如,可以为缓存分配内存,这可以减少磁盘访问或通过网络的资源访问。
and before you do that, you have to allocate memory for the object.
在你这样做之前,你必须为对象分配内存。
what this does is provides the capability to allocate memory for a process from the memory module which contains the processor that caused the page fault.
这样做的目的是,在内存模块中为处理器上产生缺页的进程提供内存分配的功能。
aix will dynamically allocate memory based on workload utilization and lpar configuration.
aix会根据工作负载利用率和lpar配置动态地分配内存。
numa servers will attempt to satisfy memory-allocation requests from within the pod, but will allocate memory from other pods if necessary. an example of a numa server is shown in figure 1 below
numa服务器将试图满足来自pod中的内存分配请求,但是如果必要的话,也将从其他pods分配内存。
the best way to avoid the need to allocate memory in a handler is to allocate, in advance, space for signal handlers to use.
避免在处理器分配内存的最好方法是,为信号处理器预先分配要使用的内存。
allocate memory to the guest.
为这个guest分配内存。
this is because of the way that browsers allocate memory when merging strings.
这与浏览器合并字符串时分配内存的方法有关。
in doing so, you also need to allocate memory and create the object.
然而这样做,您也需要分配内存和创建对象。
another approach, called buddy memory allocation, is a faster memory technique that divides memory into power-of-2 partitions and attempts to allocate memory requests using a best-fit approach.
另外一种方法称为buddymemoryallocation,是一种更快的内存分配技术,它将内存划分为2的幂次方个分区,并使用best-fit方法来分配内存请求。
allocate memory for adm module and uncompress it. give control to adm module for initialization. initialize language and font modules for adm. activate adm module.
解压缩adm模块并分配其内存,把控制权交给adm模块去初始化。初始化语言和字体模块。
problem: could not allocate memory necessary for operation.
问题:无法分配操作需要的内存。
we allocate memory on put (malloc) and we free memory on remove (free).
我们在放入数据的时候分配内存(malloc),移除数据的时候释放内存(free)。
note, however, that if a procedure needs to allocate memory that will last longer than the current stage, it can use a longer-term obstack as well, such as the connection or the global one.
不过,要注意的是,如果一个过程需要分配持续时间比当前阶段更长的内存,那么它也可以使用更长期限的obstack,比如连接或者全局内存。
the host system only needs to allocate memory purely for the need of guest system (and its forked processes).
宿主系统只需要分配完全只是客户系统(及其派生的进程)所需要的内存。
the host operating system must provide the means to execute a driver in the privileged ring (ring 0) and export the means to allocate memory (see figure 3).
主机操作系统必须提供以特权级别(ring0)执行驱动程序的方法,并提供分配内存的方法(见图3)。
since these processes already exist, there「s no need for the operating system to waste valuable time to create a process, allocate memory to it, and so on.
由于这些进程已经存在,因此操作系统不需要浪费宝贵的时间来创建进程、为之分配内存等等。
there are numerous ways in which the asynchronous patterns can allocate memory without the developer explicitly using the new operator.
异步模式下无需开发者显式使用new运算符,即可通过多种方式分配内存。
so long as the operands are both already sorted into document order, this avoids the need to allocate memory for the intermediate node sets.
只要已经按文档顺序排序了这两个操作数,就不必为中间节点集分配内存。
soon after that, the kernel starts swapping some of those pages to disk in anticipation of having to allocate memory to the process that」s allocating memory.
在此之后,如果内核预计必须为请求内存的进程分配内存,它就会开始把一些页面交换到磁盘。