1、

GNU Memory-Mapped Malloc ( part of GDB) is a malloc implementation that is based on mmap().

Hoard是一个为多线程应用程序优化的malloc实现。

互联网摘选

2、

A new M_ZERO flag for malloc allows for memory allocation and zeroing in a single operation.

新的面向malloc的M ZERO标记允许在单个操作中完成内存分配和调零。

互联网摘选

3、

because of the frequency of malloc and free memory, it should adopt memory-pool method to avoid memory fragments.

而流数据的内存管理,由于涉及到频繁的申请和释放,则需要采用“内存池”的方式,从而避免内存碎片的产生。

互联网摘选

4、

Always use memset along with malloc, or always use calloc.

始终结合使用memset和malloc,或始终使用calloc。

互联网摘选

5、

The following Probe script uses the User Function Entry probe to track malloc routines and display the size of allocation.

下面的探测脚本使用用户函数进入探测跟踪malloc例程,显示分配的内存量。

互联网摘选

6、

The following diagram illustrates the usage of a memory buffer allocated via a call to malloc.

下表说明了通过调用malloc函数来使用一段内存缓存。

互联网摘选

7、

it is possible for malloc to overcommit, and some other process may get the resource before the current process, resulting in a failure.

malloc可能会过量分配内存,其他进程可能在当前进程之前获得资源,这会导致错误。

互联网摘选

8、

malloc_init is going to be our function to initialize our memory allocator.

malloc_init将是初始化内存分配程序的函数。

互联网摘选

9、

we allocate memory on put ( malloc) and we free memory on remove ( free).

我们在放入数据的时候分配内存(malloc),移除数据的时候释放内存(free)。

互联网摘选

10、

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脚本,其内容如下

互联网摘选

11、

since a single heap is actually divided into many heaps (up to 32), unnecessary enabling of malloc multiheap can cause severe fragmentation.

因为单一堆实际上被分割为许多个堆(最多32个),不必要地启用mallocmultiheap会导致严重的碎片化。

互联网摘选

12、

the maximum number of heaps available to malloc multiheap is 32.

mallocmultiheap可分配的最大堆数量是32。

互联网摘选

13、

you can specify "n" number of heaps between 1 to 32 for malloc to use.

可以通过指定1到32的数字指定允许分配的堆数量。

互联网摘选

14、

Malloc It's defined in a header file just FYI called standard lib.

是一个新的函数。,So,,malloc,is,a,new,function。,在头文件中定义了标准库作为参考。

互联网摘选

  • 今日热词
  • 热门搜索

英语网英语词典(dict.25820.com)为您提供在线翻译英语词典单词大全英译汉汉译英等英语服务!可按单词字数词义分类查询。支持lj:关键词格式查询例句。

用户反馈
请选择反馈类型(可多选):
您的联系方式:
反馈内容:
提交成功 小编会尽快处理
回到顶部
点击反馈