意味 | 例文 (28件) |
ヒープ領域の英語
追加できません
(登録数上限)
英訳・英語 heap area
「ヒープ領域」の部分一致の例文検索結果
該当件数 : 28件
紫の部分は、実際に使用されているヒープ領域を示しています。例文帳に追加
The purpleoverlay indicates the amount of heap space actually in use.発音を聞く - NetBeans
この動的データ領域管理情報3をスタック領域に格納することにより、スタック領域の領域変動に同期したヒープ領域の配置位置の制御を行う。例文帳に追加
By storing the information 3 in a stack area, the arrangement position of the heap area in synchronization with area variation of the stack area is controlled. - 特許庁
コンピュータを、ヒープ領域以外のメモリ領域63にオブジェクト用のヘッダー64を付加して、メモリ領域63を擬似的なオブジェクトとして扱い、メモリ領域63により分割されている複数のヒープ領域を1つの連続したヒープ領域として扱うメモリ管理手段として機能させることにより上記課題を解決する。例文帳に追加
A computer is made to function as a memory management means for handling a memory area 63 other than a heap area as a pseudo object by adding a header 64 for an object to the memory area 63, and for handling a plurality of heap areas divided from the memory area 63 as one continuous heap area. - 特許庁
長命であれば、そのオブジェクト生成先を外部ヒープに変更し、起点オブジェクトを外部ヒープ領域に生成する。例文帳に追加
When the object is long-lived, the object generation destination is changed to an external heap, and the origin object is generated in the external heap region. - 特許庁
更に、メモリ上のヒープ領域14を複数のサブヒープ領域に分割して管理し、ガベージコレクションの所用時間と予め規定された目標値との大小関係に基づいてサブヒープ領域の数を動的に変更する。例文帳に追加
Further, the method performs the steps of: dividing a heap area 14 on the memory into a plurality of subheap areas for management; and dynamically changing the number of the subheap areas on the basis of size relationship between a necessary time of the garbage collection and a target value defined previously. - 特許庁
1つのヒープ領域におけるデフラグメンテーションを簡単な構成で効率よくより高速に行う。例文帳に追加
To efficiently and quickly perform defragmentation in one heap region by a simple configuration. - 特許庁
SPバンドルセット13に利用許可されたバンドルセットメモリ量と同じ大きさの分割ヒープ領域を生成し、生成された分割ヒープ領域、又は、ヒープ選択アルゴリズムに基づいて決定された分割ヒープ領域に、SPバンドルセット13のSPバンドル131が確保(消費)するメモリ領域を割り当てる。例文帳に追加
A division heap area having the same size as a bundle set memory amount which an SP bundle set 13 is permitted to use is generated, and a memory area secured (consumed) by an SP bundle 131 of the SP bundle set 13 is allocated to the generated division heap area or a division heap area determined based on a heap selection algorithm. - 特許庁
-
履歴機能過去に調べた
単語を確認! -
語彙力診断診断回数が
増える! -
マイ単語帳便利な
学習機能付き! -
マイ例文帳文章で
単語を理解!
「ヒープ領域」の部分一致の例文検索結果
該当件数 : 28件
引き続き、メモリ領域要求を受けた実行環境部33が、指定されたメモリ量を、汎用アプリケーション用メモリ領域であるヒープ領域の一部を、エンジン32の作業メモリ領域として割り当てる。例文帳に追加
Subsequently, the execution environment section 33 receiving the memory region request assigns a part of a heap region which is a memory region for the general-purpose application, as an operation memory region of the engine 32 by a specified memory amount. - 特許庁
分割されたヒープ領域を連続したヒープ領域として管理したとしても、処理が速いメモリ管理機能を有するプログラム及び装置を提供することを目的とする。例文帳に追加
To provide a program and device having a memory management function whose processing is fast even when divided heap areas are managed as one continuous heap area. - 特許庁
外部ヒープ領域に格納すべき長命なオブジェクトの多くを動的に検出し、それらオブジェクトを外部ヒープ領域に格納してFullGCの発生を抑止する。例文帳に追加
To dynamically detect most of long-lived objects stored in an external heap region, and to suppress the occurrence of FullGC by storing these objects in the external heap region. - 特許庁
これらのスレッドは同じ大域メモリ (データとヒープ領域) を共有するが、各スレッドは自分専用のスタック (自動変数) を持つ。例文帳に追加
These threads share the same global memory (data and heap segments), but each thread has its own stack (automatic variables).発音を聞く - JM
生成処理部28がスレッド内でオブジェクトを生成し、メモリ管理部30が各オブジェクトにヒープ領域を割り当てる。例文帳に追加
A generation processing part 28 generates an object in each thread, and a memory management part 30 assigns a heap area to each object. - 特許庁
WEDAVプロトコルを使用するファイルサーバにおいて、ヒープ領域の大量の消費を防止する。例文帳に追加
To prevent mass consumption of a heap area in a file server using a WEBDAV protocol. - 特許庁
オブジェクトのプログラム中の割り付け場所をメモリ内のヒープ領域の実行時オブジェクトから効率的に追跡する方法が求められている。例文帳に追加
To provide a method of efficiently tracing an object allocation site in a program from a run-time object of a heap space. - 特許庁
メモリのヒープ領域内に生成されたオブジェクトの特性を検知する特性検知手段と、前記特性検知手段が検知した特性に応じて、前記ヒープ領域に対する当該オブジェクトの割り当てを決定する割当決定手段と、を設けている。例文帳に追加
This memory allocation device is provided with a characteristic detection means for detecting characteristics of an object generated in a heap area of the memory and an allocation determination means for determining allocation of the object to the heap area according to the characteristics detected by the characteristic detection means. - 特許庁
|
意味 | 例文 (28件) |
|
ヒープ領域のページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence. | |
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. | |
All Rights Reserved, Copyright © Japan Science and Technology Agency | |
Copyright © 2024 CJKI. All Rights Reserved |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |
「ヒープ領域」のお隣キーワード |
weblioのその他のサービス
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |