网站首页  词典首页

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

 

单词 managed heap
释义

managed heap

  • 网络托管堆;管制堆;管理堆
1.
托管堆
一个托管堆managed heap)是垃圾回收器从操作系统申请的内存区(通过调用windows api VirtualAlloc)。当CLR载入内存 …
www.cnblogs.com
2.
管制堆
你不要指望垃圾收集器能够立即将资源释放掉,因为垃圾收集器是由于管制堆Managed Heap)的内存紧张时才触发的。你可 …
www.cnblogs.com
3.
管理堆
也叫对象,不存在栈中,而存储在可管理堆(Managed Heap)中,堆实际上是计算机系统中的空闲内存,存储在栈(stack)中。 …
blog.sina.com.cn
4.
托管堆中
* 内存空间分配 堆栈(stack) 托管堆中(managed heap)* 内存需求 一般来说很少 较大* 执行效能 较快 ...
kb.cnblogs.com
5.
管制的堆
...域时 不可以 引用类型 指向实际数据的引用指针 受管制的堆Managed Heap) 较多 较慢 由垃圾回收机制负责回收 可以
www.87994.com
6.
从托管堆
引用类型实例必须从托管堆Managed Heap)中分配。 引用类型实例存储的是对象的引用及一些额外附加成员。
www.cnblogs.com

例句

释义:
1.
Entries in this list point to the objects in the managed heap that are ready to have their finalization code called.
该列表中的项指向托管堆中准备被调用其终止代码的对象。
msdn2.microsoft.com
2.
The CLR Profiler enables you to view the managed heap of a process and investigate the behavior of the garbage collector .
利用CLR探查器,可以查看进程的托管堆并调查垃圾回收器的行为。
www.bing.com
3.
A managed pointer , also known as a handle to an object on the managed heap , is a new type of pointer available to managed applications .
托管指针,也就是托管堆上的对象的句柄,是可用于托管应用程序的新型指针。
www.bing.com
4.
A managed heap corruption occurrs if someone overwrites a piece of the managed heap that it wasn't allowed to.
向托管堆上覆写一块不允许写入的内存时,将发生托管堆损毁。
www.cnblogs.com
5.
Demonstrates that reference types and value types can only be instantiated on the managed heap, not on the stack or on the native heap.
演示只能在托管堆上而不能在堆栈或本机堆上初始化引用类型和值类型。
msdn2.microsoft.com
6.
The Garbage Collector runs in its own thread to remove unused memory from your program. It also compacts the managed heap each time it runs.
垃圾收集器以自己的线程运行,从程序里移除未使用的内存,每次运行时也压缩托管堆。
www.diybl.com
7.
The managed heap maintains a pointer to the address where the next object in the heap will be allocated.
托管堆维护着一个指针,用它指向将在堆中分配的下一个对象的地址。
msdn2.microsoft.com
8.
First, it is faster to compact the memory for a portion of the managed heap than for the entire managed heap.
首先,压缩托管堆的一部分内存要比压缩整个托管堆速度快。
msdn.microsoft.com
9.
If all the objects in the managed heap survive a collection, then there is no need for memory compaction.
如果托管堆中的所有对象均未被回收,则不需要压缩内存。
msdn.microsoft.com
10.
Each time you create a new object, the common language runtime allocates memory for the object from the managed heap.
每当您创建新对象时,公共语言运行时都会从托管堆为该对象分配内存。
technet.microsoft.com
1.
Instances are still allocated according to their size off the managed heap, and there is no casting.
实例仍然按照它们离开托管堆的大小分配空间,并且没有强制类型转换。
msdn2.microsoft.com
2.
Operator to create an object, the runtime allocates memory for the object from the managed heap.
运算符创建对象时,运行库都从托管堆为该对象分配内存。
msdn2.microsoft.com
3.
The garbage collector then promotes these objects and considers this portion of the managed heap generation 1.
然后,垃圾回收器升级这些对象,并考虑第1级托管堆的这一部分。
msdn.microsoft.com
4.
As long as address space is available in the managed heap, the runtime continues to allocate space for new objects.
只要托管堆中有地址空间可用,运行库就会继续为新对象分配空间。
msdn2.microsoft.com
5.
The GC compacts the managed heap, tidies up references to point to their new location in the heap, and returns control to the CLR.
垃圾收集器对托管堆进行压缩,整理引用以指向它们在堆中的新位置,并将控件返回给CLR。
dictsearch.appspot.com
6.
Allocating memory from the managed heap is faster than unmanaged memory allocation.
从托管堆中分配内存要比非托管内存分配速度快。
msdn2.microsoft.com
7.
Each root either refers to an object on the managed heap or is set to null.
每个根或者引用托管堆中的对象,或者设置为空。
msdn.microsoft.com
8.
Initially, this pointer is set to the managed heap's base address.
最初,该指针设置为指向托管堆的基址。
msdn.microsoft.com
9.
Using GCHandle instead of pin_ptr reduces fragmentation potential of the managed heap.
使用GCHandle而非pin_ptr可减少生成托管堆碎片的潜在可能。
msdn2.microsoft.com
10.
All reference types are allocated on the managed heap.
托管堆上部署了所有引用类型。
msdn.microsoft.com
1.
Gets the size of the managed heap.
获取托管堆的大小。
msdn2.microsoft.com
2.
To optimize the performance of the garbage collector, the managed heap is divided into three generations: 0, 1, and 2.
为了优化垃圾回收器的性能,托管堆分为三个生成级别:0、1和2。
msdn2.microsoft.com
3.
For analyzing the managed heap, however, it is very impressive.
但是,对于分析托管堆,它给人的印象非常深刻。
www.cnblogs.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/12/25 15:05:06