JPH0756800A - Dynamic management device for memory area - Google Patents
Dynamic management device for memory areaInfo
- Publication number
- JPH0756800A JPH0756800A JP5200645A JP20064593A JPH0756800A JP H0756800 A JPH0756800 A JP H0756800A JP 5200645 A JP5200645 A JP 5200645A JP 20064593 A JP20064593 A JP 20064593A JP H0756800 A JPH0756800 A JP H0756800A
- Authority
- JP
- Japan
- Prior art keywords
- storage device
- area
- swap
- secondary storage
- memory
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Memory System Of A Hierarchy Structure (AREA)
- Memory System (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、計算機システムに搭載
されるオペレーティングシステムのメモリ管理装置に係
り、さらに詳しくは主記憶装置上にあるプロセスのメモ
リ空間を二次記憶装置上へ退避する際のメモリスワップ
領域の動的管理装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory management device of an operating system installed in a computer system, and more particularly, when saving a memory space of a process in a main storage device to a secondary storage device. The present invention relates to a dynamic management device for a memory swap area.
【0002】[0002]
【従来の技術】計算機システムは、ある仕事内容を記述
したプログラムを主記憶装置へロードし、そこに書かれ
ている命令群をCPUが処理することにより所定の仕事
を遂行する。仕事内容の異なるプログラムの実行は、C
PU,主記憶装置,外部記憶装置等の資源の確保、使用
等、それぞれ独立した制御を持って行われるが、この独
立した制御の流れをプロセス(又はタスク)と呼ぶ。2. Description of the Related Art A computer system loads a program describing a certain work content into a main storage device, and a CPU processes an instruction group written therein to perform a predetermined work. Execution of programs with different work content is C
The resources such as the PU, the main memory, and the external memory are secured and used with independent control, and this independent flow of control is called a process (or task).
【0003】従来の計算機システムでは、図2に示すよ
うに、プロセス管理機構が複数のプロセスを管理しハー
ドウエアを制御して各プロセスの環境を実現している。
図3は、プロセスの基本的な3つの状態を示している。
一つのプロセスは、実行状態、実行可能状態,停止状態
を持っている。プロセス管理機構は、プロセスを上記3
つの状態を遷移させながら実行を進めていく。プロセス
管理機構は、各プロセスを記述するプロセス記述子を用
意し、それを操作することにより状態遷移を管理する。In a conventional computer system, as shown in FIG. 2, a process management mechanism manages a plurality of processes and controls hardware to realize an environment for each process.
FIG. 3 shows the three basic states of the process.
One process has an execution state, an executable state, and a stop state. The process management mechanism executes the process in the above 3
Execution proceeds while transitioning between two states. The process management mechanism prepares a process descriptor that describes each process and manages the state transition by operating it.
【0004】ところで、上記したようなマルチプロセス
管理では、主記憶装置だけでは記憶容量が大幅に不足す
ることがあるため計算機システムの二次記憶装置を利用
する仮想記憶方式を採用している場合が多い。By the way, in the above-mentioned multi-process management, there is a case where the virtual storage system using the secondary storage device of the computer system is adopted because the storage capacity may be largely insufficient only with the main storage device. Many.
【0005】仮想記憶方式は、プロセスを格納するアド
レス空間を二次記憶装置にまで拡張し、実行すべきプロ
セスの仮想アドレスを動的アドレス変換機構により主記
憶アドレスに変換する。In the virtual memory system, an address space for storing a process is expanded to a secondary memory device, and a virtual address of a process to be executed is translated into a main memory address by a dynamic address translation mechanism.
【0006】動的アドレス変換機構によるアドレス変換
の際に、実行すべきプロセスのメモリ空間が主記憶装置
上にない場合は、図4に示すようなスワップアウト,ス
ワップインの処理を発生する。すなわち、主記憶装置上
にメモリ空間がある各種プロセスの中から所定のプロセ
ス(プログラムB)のメモリ空間を二次記憶装置上へ退
避する。そして主記憶装置上に形成された空き領域に、
二次記憶装置上の実行すべきプロセス(プログラムC)
のメモリ空間をスワップインする。In the address translation by the dynamic address translation mechanism, if the memory space of the process to be executed is not in the main storage device, swap-out and swap-in processing as shown in FIG. 4 occurs. That is, the memory space of a predetermined process (program B) is saved in the secondary storage device from among various processes having a memory space in the main storage device. Then, in the empty area formed on the main memory,
Process to be executed on secondary storage (program C)
Swap in the memory space of.
【0007】この処理によりスワップアウトされたメモ
リ空間に記述されていた必要なデータは二次記憶装置の
スワップ領域に格納され、当該プロセスが次に実行され
るときに利用される。The necessary data described in the memory space swapped out by this processing is stored in the swap area of the secondary storage device and used when the process is executed next time.
【0008】上述した計算機システムにおけるメモリ管
理は、オペレーティングシステムにより管理されている
ため、オペレーティングシステムの性格上、システムの
利用形態に拘らず統一的に管理され、その退避先はスワ
ップ領域として決められた単一装置上の単一領域と決め
られていた。Since the memory management in the computer system described above is managed by the operating system, it is managed in a unified manner regardless of the usage form of the system due to the nature of the operating system, and the save destination is determined as the swap area. It was defined as a single area on a single device.
【0009】[0009]
【発明が解決しようとする課題】このように、マルチプ
ロセスで動作する計算機システムのメモリ管理装置は、
プロセスの重要度や要求処理速度に関係なく、種々のプ
ロセスのメモリ空間の退避先が同一の外部記憶装置上に
割り当てられていたため、計算機システムをプロセスの
重要度等に合わせて最適化することが困難であった。As described above, the memory management device of the computer system operating in the multi-process is as follows.
Regardless of the importance of the process and the required processing speed, the save destination of the memory space of various processes was assigned to the same external storage device, so the computer system can be optimized according to the importance of the process. It was difficult.
【0010】本発明は、以上のような実情に鑑みてなさ
れたもので、各種プロセスのメモリ空間の退避先の自由
度を拡大し、各プロセスの優先度,重要度に応じて適当
なスワップ領域を割り当てることができ、計算機システ
ムの最適化を図ることのできるメモリ領域の動的管理装
置を提供することを目的とする。The present invention has been made in view of the above circumstances, and expands the degree of freedom of the save destination of the memory space of various processes, so that an appropriate swap area can be set according to the priority and importance of each process. It is an object of the present invention to provide a dynamic management device for a memory area, which can allocate data and optimize a computer system.
【0011】[0011]
【課題を解決するための手段】上記目的を達成するため
に、本発明のメモリ領域の動的管理装置は、 計算機シ
ステムの主記憶装置上に新たに実行すべきプロセスのプ
ロセスデータを格納する空き領域がないとき、前記主記
憶装置上にある他のプロセスのメモリ空間を前記計算機
システムに接続されている二次記憶装置上のスワップ領
域へ退避させる装置において、前記計算機システムに接
続された種々の二次記憶装置と、前記主記憶装置上で実
行される全てのプロセスを、それら各プロセスの優先度
又は重要度を表す係数を介して、前記各二次記憶装置の
スワップ領域と対応させたテーブルと、前記主記憶装置
上にあるプロセスのメモリ空間を二次記憶装置上へ退避
するとき、前記テーブルを参照していずれの二次記憶装
置のスワップ領域へ退避すべきか判断する退避先判定手
段と、前記主記憶装置上の該当プロセスのメモリ空間
を、前記退避先判定手段の判定結果に従って、該当する
二次記憶装置のスワップ領域へ退避させるスワップアウ
ト手段とを具備して構成される。In order to achieve the above object, a dynamic management device for a memory area according to the present invention has a free space for storing process data of a process to be newly executed in a main storage device of a computer system. When there is no area, in a device that saves the memory space of another process on the main storage device to the swap area on the secondary storage device connected to the computer system, various devices connected to the computer system A table in which the secondary storage device and all processes executed on the main storage device are made to correspond to the swap area of each secondary storage device via a coefficient indicating the priority or importance of each process. And when saving the memory space of the process on the main storage device to the secondary storage device, refer to the table and select the swap area of any secondary storage device. Save destination determining means for determining whether to save, and swap out means for saving the memory space of the corresponding process in the main storage device to the swap area of the corresponding secondary storage device according to the determination result of the save destination determining means It is configured to include.
【0012】[0012]
【作用】本発明のメモリ領域の動的管理装置では、主記
憶装置上にあるプロセスのメモリ空間を二次記憶装置上
へ退避する必要が生じると、退避先判定手段がテーブル
を参照して当該プロセスの係数に対応した退避先の二次
記憶装置を判定する。その判定された二次記憶装置のス
ワップ領域へ当該プロセスのメモリ空間がスワップアウ
ト手段によりスワップアウトされる。In the memory area dynamic management apparatus of the present invention, when it becomes necessary to save the memory space of a process on the main storage device to the secondary storage device, the save destination determination means refers to the table and The backup secondary storage device corresponding to the process coefficient is determined. The memory space of the process is swapped out by the swap-out means to the determined swap area of the secondary storage device.
【0013】[0013]
【実施例】以下、本発明の実施例について説明する。図
1は、本発明に係る一実施例の動作概念を示す。本実施
例は、計算機システムに主記憶装置10を接続すると共
に、それぞれの処理速度が異なる二次記憶装置群11を
接続している。主記憶装置10は、実行プロセスのメモ
リ領域となる実アドレス空間を提供している。二次記憶
装置群11は、ディスク装置11a,11b、およびI
Cディスク装置11cから構成されており、それぞれ各
種のプロセスのスワップ領域として定義されている。EXAMPLES Examples of the present invention will be described below. FIG. 1 shows an operation concept of an embodiment according to the present invention. In this embodiment, the main storage device 10 is connected to the computer system, and the secondary storage device groups 11 having different processing speeds are connected. The main storage device 10 provides a real address space which is a memory area of an execution process. The secondary storage device group 11 includes disk devices 11a, 11b, and I
It is composed of a C disk device 11c and is defined as a swap area for various processes.
【0014】本計算機システムを管理するオペレーティ
ングシステム12は、主記憶装置10及び二次記憶装置
群11を管理している。オペレーティングシステム12
は、プロセス優先度テーブル13,スワップ領域管理テ
ーブル14,書き込み/読出し処理部15,スワップ領
域割当モジュール16等を有している。An operating system 12 that manages this computer system manages a main storage device 10 and a secondary storage device group 11. Operating system 12
Has a process priority table 13, a swap area management table 14, a write / read processing unit 15, a swap area allocation module 16, and the like.
【0015】プロセス優先度テーブル13は、本計算機
システムで実行する各種プログラムに対応した各プロセ
スの優先度または重要度を表す係数を各プロセスに対応
させて登録したものである。プロセス優先度テーブル1
3に登録された上記係数は、オペレータから自在に書替
え可能になっている。The process priority table 13 is a table in which a coefficient representing the priority or importance of each process corresponding to various programs executed in this computer system is registered in association with each process. Process priority table 1
The coefficient registered in No. 3 can be freely rewritten by the operator.
【0016】スワップ領域管理テーブル14は、プロセ
ス優先度テーブル13に登録されている各係数とメモリ
領域の退避先となるスワップ領域とを対応させたテーブ
ルである。なお、各スワップ領域は、二次記憶装置群1
1の中に散在しており、各プロセスの優先度または重要
度に応じて最適な処理速度を持った二次記憶装置11に
割付けられている。The swap area management table 14 is a table in which each coefficient registered in the process priority table 13 is associated with a swap area as a save destination of the memory area. Each swap area corresponds to the secondary storage device group 1
1 and are allocated to the secondary storage device 11 having the optimum processing speed according to the priority or importance of each process.
【0017】書き込み/読出し処理部15は、二次記憶
装置群11に対するデータの書き込み/読出しを管理す
る部分である。スワップ領域割当モジュール16は、ス
ワップアウトの必要が生じたときにプロセス優先度テー
ブル13,スワップ領域管理テーブル14を使ってスワ
ップ領域を決定する部分である。The writing / reading processing section 15 is a section for managing writing / reading of data to / from the secondary storage device group 11. The swap area allocation module 16 is a part that determines a swap area using the process priority table 13 and the swap area management table 14 when the need for swap out occurs.
【0018】またオペレーティングシステム12の一部
として動的アドレス変換機構17が機能するようになっ
ている。動的アドレス変換機構17は、実行すべきプロ
セスの仮想アドレスを実アドレスに変換すると共に、プ
ロセスメモリ領域管理テーブル18を参照して実行すべ
きプロセスのメモリ領域が主記憶装置10上にない場合
にスワップインを発生し、主記憶装置10上に空き領域
がない場合にスワップアウトを発生させる。The dynamic address translation mechanism 17 functions as a part of the operating system 12. The dynamic address translation mechanism 17 translates a virtual address of a process to be executed into a real address, and refers to the process memory area management table 18 to determine whether the memory area of the process to be executed is not in the main storage device 10. When a swap-in occurs and there is no free area in the main storage device 10, a swap-out occurs.
【0019】プロセスメモリ領域管理テーブル18は、
主記憶装置10上の空き領域を管理すると共に、二次記
憶装置群11にスワップアウトされているプロセスのメ
モリ領域を管理しているテーブルである。このテーブル
の内容は、主記憶装置10の記憶内容および二次記憶装
置群11の記憶内容が変化する度に更新される。The process memory area management table 18 is
It is a table that manages free areas on the main storage device 10 and also manages memory areas of processes swapped out to the secondary storage device group 11. The contents of this table are updated every time the contents stored in the main storage device 10 and the contents stored in the secondary storage device group 11 change.
【0020】次に、以上のように構成された本実施例の
動作について説明する。あるプログラムの実行要求があ
ると、実行すべきプログラムに対応したプロセスのメモ
リ領域が主記憶装置10上にあるか否か、動的アドレス
変換機構17がプロセスメモリ領域管理テーブル18を
参照して判断する。実行すべきプロセスのメモリ領域が
主記憶装置10上にあれば実行要求のあったプログラム
に対応したプロセスのメモリ領域に割付けられている仮
想アドレスを主記憶装置10の実アドレスに変換する。Next, the operation of this embodiment configured as described above will be described. When a program execution request is issued, the dynamic address translation mechanism 17 refers to the process memory area management table 18 to determine whether the memory area of the process corresponding to the program to be executed exists in the main storage device 10. To do. If the memory area of the process to be executed is on the main storage device 10, the virtual address assigned to the memory area of the process corresponding to the program requested to be executed is converted into the real address of the main storage device 10.
【0021】一方、実行すべきプロセスのメモリ領域が
主記憶装置10上にない場合には、主記憶装置10上に
当該プロセスのメモリ領域を確保するだけの空き領域が
あるか否か管理テーブル18を参照して判断する。主記
憶装置10上に十分な空き領域があれば、スワップイン
の要求を発生させると共に、該当するプロセスのメモリ
領域が存在する二次記憶装置11をスワップイン情報と
してオペレーティングシステム12へ知らせる。On the other hand, when the memory area of the process to be executed is not in the main storage device 10, it is determined whether or not there is a free area in the main storage device 10 to secure the memory area of the process. Refer to and judge. If there is a sufficient free area in the main storage device 10, a swap-in request is issued and the secondary storage device 11 in which the memory area of the corresponding process exists is notified to the operating system 12 as swap-in information.
【0022】オペレーティングシステム12では、動的
アドレス変換機構17からスワップインの要求を受け付
けると、スワップイン情報に基づいて実行すべきプロセ
スのメモリ領域が保存されている二次記憶装置11を判
断し、その判断した二次記憶装置11からメモリ領域を
取り出す。そして取り出したメモリ領域に割り付けられ
ている仮想アドレスを動的アドレス変換機構17が実ア
ドレスに変換して主記憶装置10へ書き込む(スワップ
イン)。When the operating system 12 receives the swap-in request from the dynamic address translation mechanism 17, it determines the secondary storage device 11 in which the memory area of the process to be executed is stored based on the swap-in information. The memory area is taken out from the determined secondary storage device 11. Then, the dynamic address translation mechanism 17 translates the virtual address assigned to the fetched memory area into a real address and writes it into the main storage device 10 (swap-in).
【0023】また、主記憶装置10上に新たに実行すべ
きプロセスのメモリ領域を確保するだけの空き領域がな
ければ、動的アドレス変換機構17がスワップアウトの
要求を発生させる。If there is no free area in the main memory 10 to secure a memory area for a new process to be executed, the dynamic address translation mechanism 17 issues a swap-out request.
【0024】オペレーティングシステム12では、動的
アドレス変換機構17からスワップアウトの要求を受け
付けると、スワップ領域割当てモジュール16が、主記
憶装置10上で待機状態にあるプロセス又は長時間実行
予定のないプロセスをスワップアウト対象となるプロセ
スとして特定する。そしてスワップアウト対象となるプ
ロセスの係数をプロセス優先度テーブル13から求め、
その求めた係数に対応するスワップ領域の識別子をスワ
ップ領域管理テーブル14から導出する。その導出した
スワップ領域の識別子に基づいて判断した二次記憶装置
11のスワップ領域へ、スワップアウト対象となるプロ
セスの主記憶上10のメモリ空間を移す(スワップアウ
ト)。In the operating system 12, when the swap-out request is received from the dynamic address translator 17, the swap area allocation module 16 executes the process in the standby state on the main storage device 10 or the process which is not scheduled to be executed for a long time. Identifies the process as a swap-out target. Then, the coefficient of the process to be swapped out is obtained from the process priority table 13,
The swap area identifier corresponding to the obtained coefficient is derived from the swap area management table 14. The memory space of the main memory 10 of the process to be swapped out is moved to the swap area of the secondary storage device 11 determined based on the derived swap area identifier (swap out).
【0025】スワップアウトが終了すると、スワップイ
ンの要求のあったプロセスのメモリ空間を、上記スワッ
プアウトにより空き領域となった主記憶装置上のメモリ
領域へ同様にしてスワップインする。When the swap-out is completed, the memory space of the process requesting the swap-in is similarly swapped in to the memory area on the main storage device which has become a free area due to the swap-out.
【0026】このような本実施例によれば、主記憶装置
10上にあるプロセスのメモリ領域を、計算機システム
上に接続されている各種の二次記憶装置群11の中から
任意の二次記憶装置を選択してスワップアウトすること
ができる。従って、処理時間性能を重視するプロセスに
は高速の外部記憶装置を割り付けることができ、高速処
理を要求されないプロセスに対しては低速の外部記憶装
置を割り付けることができ、計算機システムの最適化を
容易に図ることができる利点がある。According to the present embodiment as described above, the memory area of the process on the main storage device 10 is stored in any secondary storage device among the various secondary storage device groups 11 connected to the computer system. Devices can be selected and swapped out. Therefore, a high-speed external storage device can be assigned to a process that emphasizes processing time performance, and a low-speed external storage device can be assigned to a process that does not require high-speed processing, facilitating optimization of the computer system. There is an advantage that can be achieved.
【0027】また、各プロセスのスワップ領域が複数の
外部記憶装置に分散されることから、外部記憶装置が故
障した場合の影響を低減する効果がある。また、本実施
例によれば、プロセス優先度テーブル13に登録されて
いる各プロセスの優先度または重要度を表す係数を変更
するだけで、その変更に係るプロセスのスワップ領域
を、例えば処理速度の異なる外部記憶装置へ変更するこ
とができる。従って、基本ソフトウエアをシステム毎に
再構築する必要がなく、テーブルに設定する係数の変更
だけで、応用システムを最適に調整できる。本発明は上
記実施例に限定されるものではなく、本発明の要旨を逸
脱しない範囲内で種々変形実施可能である。Further, since the swap area of each process is distributed to a plurality of external storage devices, there is an effect of reducing the influence when the external storage device fails. Further, according to the present embodiment, by only changing the coefficient indicating the priority or importance of each process registered in the process priority table 13, the swap area of the process related to the change can be set to, for example, the processing speed. It can be changed to a different external storage device. Therefore, it is not necessary to reconstruct the basic software for each system, and the application system can be optimally adjusted only by changing the coefficient set in the table. The present invention is not limited to the above embodiments, and various modifications can be made without departing from the gist of the present invention.
【0028】[0028]
【発明の効果】以上詳記したように本発明によれば、各
種プロセスのメモリ空間の退避先の自由度を拡大し、各
プロセスの優先度,重要度に応じて適当なスワップ領域
を割り当てることができ、計算機システムの最適化を図
ることのできるメモリ領域の動的管理装置を提供でき
る。As described above in detail, according to the present invention, the degree of freedom of the save destination of the memory space of various processes is expanded, and an appropriate swap area is allocated according to the priority and importance of each process. It is possible to provide a dynamic management device for a memory area that can optimize the computer system.
【図1】本発明の一実施例の動作概念を示す図である。FIG. 1 is a diagram showing an operation concept of an embodiment of the present invention.
【図2】マルチプロセス管理の概念図である。FIG. 2 is a conceptual diagram of multi-process management.
【図3】プロセスの状態変化を示す図である。FIG. 3 is a diagram showing a state change of a process.
【図4】スワップアウト,スワップインの動作を説明す
るための図である。FIG. 4 is a diagram for explaining swap-out and swap-in operations.
10…主記憶装置、11…二次記憶装置群、12…オペ
レーティングシステム、13…プロセス優先度テーブ
ル、14…スワップ領域管理テーブル、15…書き込み
/読み込み処理部、16…スワップ領域割当モジュー
ル、17…動的アドレス変換機構、18…プロセスメモ
リ領域管理テーブル。10 ... Main storage device, 11 ... Secondary storage device group, 12 ... Operating system, 13 ... Process priority table, 14 ... Swap area management table, 15 ... Write / read processing unit, 16 ... Swap area allocation module, 17 ... Dynamic address translation mechanism, 18 ... Process memory area management table.
Claims (1)
実行すべきプロセスのプロセスデータを格納する空き領
域がないとき、前記主記憶装置上にある他のプロセスの
メモリ空間を前記計算機システムに接続されている二次
記憶装置上のスワップ領域へ退避させるメモリ領域の動
的管理装置において、 前記計算機システムに接続された種々の二次記憶装置
と、 前記主記憶装置上で実行される全てのプロセスを、それ
ら各プロセスの優先度又は重要度を表す係数を介して、
前記各二次記憶装置のスワップ領域と対応させたテーブ
ルと、 前記主記憶装置上にあるプロセスのメモリ空間を二次記
憶装置上へ退避するとき、前記テーブルを参照していず
れの二次記憶装置のスワップ領域へ退避すべきか判断す
る退避先判定手段と、 前記主記憶装置上の該当プロセスのメモリ空間を、前記
退避先判定手段の判定結果に従って、該当する二次記憶
装置のスワップ領域へ退避させるスワップアウト手段
と、を具備したことを特徴とするメモリ領域の動的管理
装置。1. When there is no free area for storing process data of a process to be newly executed in the main storage device of the computer system, the memory space of another process in the main storage device is connected to the computer system. A dynamic management device for a memory area to be saved in a swap area on a secondary storage device, wherein various secondary storage devices connected to the computer system and all processes executed on the main storage device Via a coefficient representing the priority or importance of each of these processes,
A table corresponding to the swap area of each of the secondary storage devices, and when saving the memory space of the process on the main storage device to the secondary storage device, refer to the table to determine which secondary storage device Backup destination determining means for determining whether to save to the swap area, and the memory space of the corresponding process on the main storage device to the swap area of the corresponding secondary storage device according to the determination result of the save destination determining means. A dynamic management device for a memory area, comprising a swap-out means.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5200645A JPH0756800A (en) | 1993-08-12 | 1993-08-12 | Dynamic management device for memory area |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP5200645A JPH0756800A (en) | 1993-08-12 | 1993-08-12 | Dynamic management device for memory area |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0756800A true JPH0756800A (en) | 1995-03-03 |
Family
ID=16427846
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP5200645A Pending JPH0756800A (en) | 1993-08-12 | 1993-08-12 | Dynamic management device for memory area |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0756800A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008065766A (en) * | 2006-09-11 | 2008-03-21 | Nec Corp | Online expansion memory use method, program and information processor |
JP2009104247A (en) * | 2007-10-19 | 2009-05-14 | Ricoh Co Ltd | Virtual storage control device, virtual storage control method, virtual storage control program, and recording medium |
KR20160022226A (en) * | 2014-08-19 | 2016-02-29 | 삼성전자주식회사 | Heterogeneous unified memory section and method for manaing extended unified memory space thereof |
-
1993
- 1993-08-12 JP JP5200645A patent/JPH0756800A/en active Pending
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008065766A (en) * | 2006-09-11 | 2008-03-21 | Nec Corp | Online expansion memory use method, program and information processor |
JP2009104247A (en) * | 2007-10-19 | 2009-05-14 | Ricoh Co Ltd | Virtual storage control device, virtual storage control method, virtual storage control program, and recording medium |
KR20160022226A (en) * | 2014-08-19 | 2016-02-29 | 삼성전자주식회사 | Heterogeneous unified memory section and method for manaing extended unified memory space thereof |
JP2016045940A (en) * | 2014-08-19 | 2016-04-04 | 三星電子株式会社Samsung Electronics Co.,Ltd. | Heterogeneous unified memory and extended unified memory space management method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8151275B2 (en) | Accessing copy information of MMIO register by guest OS in both active and inactive state of a designated logical processor corresponding to the guest OS | |
KR101137172B1 (en) | System, method and program to manage memory of a virtual machine | |
US5088031A (en) | Virtual machine file control system which translates block numbers into virtual addresses then into real addresses for accessing main storage | |
US5559978A (en) | Method for increasing the efficiency of a virtual memory system by selective compression of RAM memory contents | |
US4742450A (en) | Method to share copy on write segment for mapped files | |
US20170075818A1 (en) | Memory management method and device | |
US6948033B2 (en) | Control method of the cache hierarchy | |
JPH0330897B2 (en) | ||
JP2016513846A (en) | Memory sharing over the network | |
JP2002117002A (en) | Common type peripheral architecture | |
JPH06250928A (en) | Information processor | |
US5392409A (en) | I/O execution method for a virtual machine system and system therefor | |
US6606697B1 (en) | Information processing apparatus and memory control method | |
KR100419682B1 (en) | Access control device and access method | |
JPH0756800A (en) | Dynamic management device for memory area | |
US7382970B2 (en) | Process control manager for audio/video file system | |
US7536518B2 (en) | Scalable disc array unit, and management method and management program for a scalable disc array unit | |
US6928492B1 (en) | Computer I/O device access method | |
JP2000222285A (en) | Memory power managing device | |
KR102280241B1 (en) | System for controlling memory-access, apparatus for controlling memory-access and method for controlling memory-access using the same | |
US7143211B2 (en) | Memory configuration with I/O support | |
JPH07141252A (en) | Data processor | |
JPH09190375A (en) | Shared memory management method | |
KR20240148447A (en) | Method for statically allocating and assigning information to memory areas, information technology systems and vehicles | |
JP2742245B2 (en) | Parallel computer |