网站首页  词典首页

请输入您要查询的英文单词:

 

单词 malloc
释义

malloc

  • 网络分配;内存;分配内存
1.
分配
分配(malloc)线程私有数据之前,需要创建和线程私有数据相关联的键(key),这个键的功能是获得对线程私有数据的访问权。 …
blog.chinaunix.net
2.
内存
怎样申请内存malloc)创建指针数组?分享到: 返回c语言吧 跳到 页 确定 只看楼主 收藏 回复 1 2 下一页 尾页 共有2页 回复 …
tieba.baidu.com
3.
分配内存
我们在放入数据的时候分配内存malloc),移除数据的时候释放内存(free)。我们实现了一个内存管理器,它使用的是很好 …
blog.csdn.net
4.
内存分配
一个内存分配(malloc)问题当前位置: 网站首页->C/C ->C语言 -> 一个内存分配(malloc)问题 Copyright by 0728.Org 小说 高清 …
www.0728.org
5.
动态记忆体配置
Jax... ... [C语言] 字串相加( string_concat) [C语言] 动态记忆体配置( malloc) [C语言] 高斯消去法-特约化矩阵( RREF) ...
jax-work-archive.blogspot.com
6.
内存分配机制
在一些系统上,内建的内存分配机制malloc)在使用squid 时表现不尽人意。使用--enable-dlmalloc 选项将squid 源代码包中 …
linux.chinaunix.net
7.
内存分配函数
动态数组由内存分配函数(malloc)从堆(heap)上分配存储空间,只有当程序执行了分配函数后,才为其分配内存,同时由程序 …
blog.chinaunix.net
8.
函数实现的
FreeBSD VM - 内核内存管理 - BSD -... ... v_page_size 成员中。 kmem_malloc 函数实现的。 PAGE_SIZE 的整数倍。 ...
bbs.chinaunix.net

例句

释义:
1.
Now, you might think that this would cause problems for programs calling malloc -- how do they know about this struct?
现在,您可能会认为当程序调用malloc时这会引发问题——它们如何知道这个结构?
www.ibm.com
2.
If you need 15 bytes, ask for 15 bytes; don't round it up to 32 bytes or some other bigger chunk like you used to do when you used malloc.
如果你需要15个字节,它就请求15个字节;不要像使用malloc的时候那样进位到32个字节或者更大的块大小。
www.cnblogs.com
3.
It is possible for malloc to overcommit, and some other process may get the resource before the current process, resulting in a failure.
malloc可能会过量分配内存,其他进程可能在当前进程之前获得资源,这会导致错误。
www.ibm.com
4.
malloc_init is going to be our function to initialize our memory allocator.
malloc_init将是初始化内存分配程序的函数。
frenchen.blog.163.com
5.
If the user needs to track malloc and free calls in a particular user function, the malloc. d script can be modified as shown below.
如果用户需要跟踪某个用户函数中的malloc和free调用,那么可以按以下方式修改malloc.d脚本。
www.ibm.com
6.
Since the session is a malloc'd object, we also have to free the session when we're done with it.
因为这个会话是一个malloc过的对象,所以我们在使用完它时还必须将其释放。
www.ibm.com
7.
These three keywords are to the stack segment just as "malloc" and "dealloc" are to the heap segment . . . unnecessary.
这三个关键字之于栈,就像是“malloc”和“dealloc”之于堆……多余。
www.infoq.com
8.
You add the stack_depth: 3 parameter to limit the stack trace collected when a malloc is called.
添加stack_depth:3参数,限制调用malloc时收集的栈跟踪。
www.ibm.com
9.
Since a single heap is actually divided into many heaps (up to 32), unnecessary enabling of malloc multiheap can cause severe fragmentation.
因为单一堆实际上被分割为许多个堆(最多32个),不必要地启用mallocmultiheap会导致严重的碎片化。
www.ibm.com
10.
Watson malloc: This new malloc subysystem handles small requests more quickly over the default implementation of memory fragmentation.
Watsonmalloc:与内存碎片的缺省实现相比,这种新的malloc子系统能够快速处理一些小的请求。
www.ibm.com
1.
Pool allocation creates for each thread its own malloc pool which avoids lock contention with other threads.
poolallocation为每个线程创建它自己的malloc池,以此避免与其他线程发生锁争用。
www.ibm.com
2.
Restartability without processes requires that we are able to release all malloc'ed memory.
没有进程需求的可重启性,我们能够释放所有分配的内存。
blog.sina.com.cn
3.
What if the process was in the middle of allocating additional memory on its heap using malloc, and you call malloc from the signal handler?
如果当进程正在使用malloc在它的堆上分配额外的内存时,您通过信号处理器调用malloc,那会怎样?
www.ibm.com
4.
Invoke this script-passing process ID of the process for which you wish to trace malloc calls.
调用这个脚本,传递希望跟踪其malloc调用的进程的进程ID。
www.ibm.com
5.
Sometimes application programs may depend unknowingly on the side effects of the malloc 3. 1 allocation policy.
有时候,应用程序可能会不知不觉地依赖于malloc3.1分配策略的副作用。
www.ibm.com
6.
In Init stage, it should parse the media and by this load engine's program to start engine, and malloc share memory.
初始化根据媒体的解析来加载启动视频引擎并实现握手,同时分配系统共享内存空间。
www.boshuo.net
7.
The following diagram illustrates the usage of a memory buffer allocated via a call to malloc.
下表说明了通过调用malloc函数来使用一段内存缓存。
www.cnblogs.com
8.
Pool interface -- A vanilla interface that works as a malloc alternative.
池接口——替代malloc进行工作的普通接口。
www.ibm.com
9.
The following Probe script uses the User Function Entry probe to track malloc routines and display the size of allocation.
下面的探测脚本使用用户函数进入探测跟踪malloc例程,显示分配的内存量。
www.ibm.com
10.
Malloc buckets is an extension to the Yorktown allocation policy.
mallocbuckets是Yorktown分配策略的扩展。
www.ibm.com
1.
They do, however, depend on low-level allocators like malloc and free to actually allocate and release their memory.
不过,它们依赖于malloc和free等低层的分配程序来实际地分配和释放它们的内存。
blog.163.com
2.
This provides a second option within malloc for satisfying a memory request.
这在malloc中为满足一个内存请求提供了第二种选择。
www.bing.com
3.
A paper describing Doug Lea's Malloc implementation is available in the Resources section later in this article.
在本文后面的参考资料部分中,有一篇描述DougLea的Malloc实现的文章。
www.ibm.com
4.
The allocator then looks for an object in the free pool before calling malloc.
然后分配器调用malloc之前在此释放池中查找对象。
blog.163.com
5.
When an application requires a large number of small allocation requests, malloc buckets is more commonly used.
当应用程序有许多小的分配请求时,经常使用mallocbuckets。
www.ibm.com
6.
By default, the malloc subsystem treats the entire process heap as a single entity.
在默认情况下,malloc子系统把整个进程堆当作单一实体。
www.ibm.com
7.
The example can be used with any C application that uses malloc and free routines to allocate and free the process memory.
这个示例可以应用于任何使用malloc和free例程分配和释放进程内存的C应用程序。
www.ibm.com
8.
This makes the environment variable USE_ZEND_ALLOC available to allow selection of malloc or emalloc memory allocations at runtime.
这使环境变量USE_ZEND_ALLOC可用于允许在运行时选择malloc或emalloc内存分配。
www.ibm.com
9.
The answer may surprise you -- allocation in modern JVMs is far faster than the best performing malloc implementations.
答案可能令人惊讶——现代JVM中的分配比执行得最好的malloc实现还要快得多。
www.ibm.com
10.
A new M_ZERO flag for malloc allows for memory allocation and zeroing in a single operation.
新的面向malloc的M_ZERO标记允许在单个操作中完成内存分配和调零。
www.ibm.com
1.
A good practice is to always use memset along with malloc, or always use calloc.
良好的实践是始终结合使用memset和malloc,或者使用calloc。
www.ibm.com
2.
Among other areas, let's discuss page space scrubbing, dynamic xmalloc, memory affinity, and Watson malloc.
有关其他的方面,让我们介绍一下页面空间清理、动态的xmalloc、内存关联和Watsonmalloc。
www.ibm.com
3.
In the malloc. d script, the $target will be replaced by the process ID of the application myapp at runtime.
在malloc.d脚本中,在运行时把$target替换为应用程序myapp的进程ID。
www.ibm.com
4.
Thus, unless you are writing legacy-compatible code, the use of the MALLOC and FREE macros is discouraged.
因此,除非你是正在写遗留兼容的代码,MALLOC和FREE的使用是不提倡的。
word.hcbus.com
5.
malloc: This allocates a given number of bytes and returns a pointer to them.
malloc:该函数分配给定的字节数,并返回一个指向它们的指针。
blog.163.com
6.
Calls to malloc and free and the C operators new and delete result in run-time manipulation of the heap.
调用malloc和free、C 的操作符new、delete在运行时进行堆的操作。
www.hjenglish.com
7.
Because of the frequency of malloc and free memory, it should adopt memory-pool method to avoid memory fragments.
而流数据的内存管理,由于涉及到频繁的申请和释放,则需要采用“内存池”的方式,从而避免内存碎片的产生。
www.fabiao.net
8.
This is probably because actual programs that rely heavily on malloc increasingly tend to use a larger variety of chunk sizes.
这可能是因为严重依赖于malloc的实际程序趋向于使用大量不同大小的块。
www.bing.com
9.
The malloc routine from the pool interface returns a void*.
pool接口中的malloc例程返回void*。
www.ibm.com
10.
The malloc routine doesn't call the constructor, but construct does.
malloc例程不调用构造函数,但是construct要调用构造函数。
www.ibm.com
1.
ptmalloc is a version of Doug Lea Malloc that was extended to support multiple threads.
ptmalloc是DougLeaMalloc的一个扩展版本,支持多线程。
frenchen.blog.163.com
2.
void *malloc(long numbytes): This allocates numbytes of memory and returns a pointer to the first byte.
void*malloc(longnumbytes):该函数负责分配numbytes大小的内存,并返回指向第一个字节的指针。
blog.163.com
3.
For example, let's assume that there is a program which incorrectly overwrites the number of bytes it has been allocated by malloc.
例如,假设一个程序会错误地覆盖malloc已经分配的字节。
www.ibm.com
4.
The maximum number of heaps available to malloc multiheap is 32.
mallocmultiheap可分配的最大堆数量是32。
www.ibm.com
5.
We allocate memory on put (malloc) and we free memory on remove (free).
我们在放入数据的时候分配内存(malloc),移除数据的时候释放内存(free)。
www.infoq.com
6.
You can specify "n" number of heaps between 1 to 32 for malloc to use.
可以通过指定1到32的数字指定允许分配的堆数量。
www.ibm.com
7.
Have a corresponding free to every malloc.
每个malloc都要有一个对应的free。
www.ibm.com
8.
This is used when passing parameters to functions such as malloc (3), and returned from several functions such as fred (2).
这在向一些函数(例如malloc(3))传递参数时使用,也可以从一些函数(比如fred(2))中返回。
www.ibm.com
9.
And, because this form of next-fit is faster than best-fit bin-search, it speeds up the average malloc
并且,因为这种下一个适合的形式比最佳适合的箱搜索要快,它加快了平均malloc的速度。
www.bing.com
10.
The two core elements of the malloc algorithm have remained unchanged since the earliest versions
malloc算法的两个核心元素从最早的版本开始就一直保持不变
www.bing.com
1.
Pooling Moderate Very fast Excellent Moderate Moderate Yes (depends on malloc implementation) Depends on implementation
池中非常快极好中中是(取决于malloc实现)取决于实现
frenchen.blog.163.com
2.
To use dtrace to find the probable memory leak in the application, create a D script called malloc. d with the following contents
为了使用dtrace找到应用程序中可能的内存泄漏位置,创建一个名为malloc.d的D脚本,其内容如下
www.ibm.com
3.
With the environment configured, run the LeakyJNIApp for 10 seconds and capture the stderr output that contains the malloc log
配置好环境之后,运行LeakyJNIApp10秒钟,并捕获stderr输出,其中包含malloc记录
www.ibm.com
4.
Malloc 3. 1 reallocation algorithm
Malloc3.1重新分配算法
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2026/5/3 14:56:16