JPH05158784A - Method for acquiring and releasing memory - Google Patents

Method for acquiring and releasing memory

Info

Publication number
JPH05158784A
JPH05158784A JP3318261A JP31826191A JPH05158784A JP H05158784 A JPH05158784 A JP H05158784A JP 3318261 A JP3318261 A JP 3318261A JP 31826191 A JP31826191 A JP 31826191A JP H05158784 A JPH05158784 A JP H05158784A
Authority
JP
Japan
Prior art keywords
memory
release
address
acquisition
area
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.)
Withdrawn
Application number
JP3318261A
Other languages
Japanese (ja)
Inventor
Hajime Sugano
肇 菅野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP3318261A priority Critical patent/JPH05158784A/en
Publication of JPH05158784A publication Critical patent/JPH05158784A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To reduce an overhead and to improve the processing speed at the time of the acquisition and the release of data necessary at the time of executing a program or a memory area to be used as an operating area. CONSTITUTION:A memory area 1 which stores a memory is equipped with a memory pool part 2 used at the time of operating the acquisition and the release of the memory in the memory area and a memory releasing table part 3 which stores the address and the data of the memory pool released at the time of the release of the memory. Also, a program processing part 4 which processes a program requesting the memory is equipped with a memory acquisition processing means 5 which operates a memory acquisition processing and a memory releasing processing means 6 which operates a memory releasing processing. At the time of the release of the memory, the address of the acquisition and release judgement data (a) of the released memory pool part 2 is set at a release memory and address (c) and the data length (b) of the acquired memory is set at a release data length (d). At the time of the acquisition of the memory, an empty memory is obtained from the memory releasing table part 3 by referring to the address of the released acquisition and release judgement data of the memory pool part 2.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はプログラム実行時に必要
なデータや作業領域として使用するメモリ領域の獲得・
解放方法に関する。最近小型端末等には、内部メモリ
(RAM)としてICメモリカードやICチップ等が頻
繁に使用されるようになってきている。これらのメモリ
を有効に使用するために、プログラムでメモリが必要な
時にメモリ領域を獲得(アロケーション)し、必要が無
くなった時にメモリを解放(デアロケーション)する手
法が一般に採用されている。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention acquires data necessary for program execution and a memory area used as a work area.
Regarding the release method. Recently, an IC memory card, an IC chip or the like has been frequently used as an internal memory (RAM) in a small terminal or the like. In order to effectively use these memories, a method is generally adopted in which a memory area is acquired (allocated) when a program needs the memory, and the memory is released (deallocated) when the memory is no longer needed.

【0002】このように、ダイナミックにメモリの獲得
・解放を行う場合、固定のメモリ領域を使用するのに比
べ、メモリの獲得・解放のオーバーヘッド(処理時間)
が大きくなる。そのため、RAMメモリにおいては、メ
モリ空き領域の獲得と使用中領域の解放のためのオーバ
ーヘッドを小さくして、メモリ領域を有効に使用する必
要があった。
As described above, in the case of dynamically acquiring and releasing the memory, the overhead (processing time) of acquiring and releasing the memory is greater than using a fixed memory area.
Will grow. Therefore, in the RAM memory, it is necessary to effectively use the memory area by reducing the overhead for obtaining the memory free area and releasing the used area.

【0003】ダイナミックにメモリの獲得・解放を行う
場合に、最もオーバーヘッドが大きいのは、空きメモリ
の検索である。限られた範囲のメモリ内で獲得・解放を
繰り返すと、メモリは虫に喰われたように、使用中の領
域と、未使用の領域が混在することになる。メモリ領域
の概念図を図5に示す。図5(a)はメモリ領域の未使
用状態、図5(b)はメモリ領域の使用中、未使用の混
在状態を示す。
In the dynamic acquisition / release of memory, the largest overhead is the search of free memory. If the memory is repeatedly acquired and released within a limited range of memory, the memory will be mixed with used areas and unused areas as if eaten by a bug. A conceptual diagram of the memory area is shown in FIG. 5A shows an unused state of the memory area, and FIG. 5B shows a mixed state of the used and unused memory areas.

【0004】図5(b)のような状態のメモリから空き
メモリを獲得する場合、メモリ内のどの領域が使用中で
どの領域が未使用かを、メモリの下位バイドまたは、上
位バイトから順にメモリをチェックし、未使用の領域が
充分あった場合はその領域を獲得し、領域が足りない場
合は次の未使用領域を検索する必要がある。
When a free memory is acquired from the memory in the state as shown in FIG. 5B, it is determined which area in the memory is used and which is unused in order from the lower byte of the memory or the upper byte. If there is enough unused area, the area is acquired, and if there is not enough area, the next unused area must be searched.

【0005】[0005]

【従来の技術】従来のメモリ獲得時の動作フローチャー
トを図6に示す。図は獲得・解放に使用するメモリ状態
(空きかどうか)を、上位(又は下位)アドレスから順
番にチェックし、空きメモリを検索するようになってい
る。上位(又は下位)の方の部分はプログラム領域と
し、データの入力可能なメモリ領域に先行する。従っ
て、動作フローはデータの入力可能なメモリ領域の獲得
に関する。 (1)'検索範囲値(メモリの容量、即ちチェックする範
囲)をセットする。 (2)'検索初期アドレスをセットする。 (3)'アドレスの設定領域が空きメモリかどうかをチェッ
クし、空きメモリで無ければアドレスを加算する。 (4)'空きメモリ領域であれば空きメモリ量が十分かどう
かをチェックする。 (5)'空きメモリ量が十分であればメモリ領域を獲得す
る。 (6)'メモリ領域を獲得すれば空きメモリ有りとして、空
きメモリのアドレスを復帰させて終了する。 (7)'空きメモリ量が十分でなければアドレスを加算(イ
ンクリメント)する。 (8)'加算したアドレスの領域が検索範囲値より大きいか
どうか、即ちメモリ領域に残量があるかどうかををチェ
ックし、残量があれば(3)'の空きメモリチェックに戻
る。 (9)'アドレスの領域が検索範囲値より小さければ、即ち
メモリ領域に残量が無ければ空きメモリ無しとして終了
する。
2. Description of the Related Art FIG. 6 shows a conventional operation flowchart for memory acquisition. In the figure, the memory state (whether free or not) used for acquisition / release is checked in order from the upper (or lower) address, and the free memory is searched. The upper (or lower) portion is the program area and precedes the memory area where data can be input. Therefore, the operation flow relates to acquisition of a memory area into which data can be input. (1) 'Set the search range value (memory capacity, that is, the range to be checked). (2) 'Set the search initial address. (3) 'Check if the address setting area is empty memory. If it is not empty memory, add the address. (4) 'If it is a free memory area, check whether the amount of free memory is sufficient. (5) 'If the amount of free memory is sufficient, acquire the memory area. (6) 'If the memory area is acquired, it is determined that there is a free memory, and the address of the free memory is restored to finish. (7) 'If the amount of free memory is not enough, add (increment) the address. (8) 'Check if the area of the added address is larger than the search range value, that is, if there is a remaining amount in the memory area, and if there is a remaining amount, return to the free memory check in (3)'. (9) 'If the address area is smaller than the search range value, that is, if there is no remaining amount in the memory area, the process ends with no free memory.

【0006】[0006]

【発明が解決しようとする課題】従って、空きメモリを
検索する場合のオーバーヘッド (処理時間) が大きく、
メモリ獲得時の処理時間が大きいという問題が生じてい
た。
Therefore, the overhead (processing time) for searching a free memory is large,
There has been a problem that the processing time for acquiring the memory is long.

【0007】本発明は、空きメモリ検索時のオーバーヘ
ッドを小さくし、メモリの獲得・解放の処理速度を向上
させることを目的とする。
It is an object of the present invention to reduce the overhead at the time of searching for a free memory and improve the processing speed of memory acquisition / release.

【0008】[0008]

【課題を解決するための手段】本発明の原理構成図を図
1に示す。図において、1はメモリを格納するメモリ領
域、2は該メモリ領域内においてメモリの獲得・解放を
行う際に使用するメモリプール部、3はメモリ解放時に
解放したメモリプールのアドレスとデータを格納するメ
モリ解放テーブル部、4はメモリを要求するプログラム
を処理するプログラム処理部、5は処理部の中のメモリ
獲得処理を行うメモリ獲得処理手段、6はメモリ解放処
理を行うメモリ解放処理手段を示す。
FIG. 1 is a block diagram showing the principle of the present invention. In the figure, 1 is a memory area for storing a memory, 2 is a memory pool unit used when acquiring / releasing a memory in the memory area, and 3 is an address and data of the memory pool released at the time of releasing the memory. A memory release table unit, 4 is a program processing unit that processes a program that requests memory, 5 is a memory acquisition processing unit that performs a memory acquisition process in the processing unit, and 6 is a memory release processing unit that performs a memory release process.

【0009】メモリプール部2は、該メモリが獲得済な
のか解放されたメモリなのかを判定する獲得・解放判定
データaと、獲得したメモリのデータ長bからなり、メ
モリの獲得時には、獲得・解放判定データaに獲得デー
タをセットし、獲得したメモリのデータ長bにはメモリ
データ長をセットする。メモリ解放テーブル部3は、メ
モリ解放時に解放したメモリプールのアドレスを格納す
る解放メモリ・アドレスcと、解放したメモリのデータ
長を格納する解放データ長dからなる。
The memory pool unit 2 is composed of acquisition / release determination data a for determining whether the memory has been acquired or released, and a data length b of the acquired memory. The release determination data a is set to the acquired data, and the acquired memory data length b is set to the memory data length. The memory release table unit 3 includes a release memory address c for storing the address of the memory pool released at the time of releasing the memory and a release data length d for storing the data length of the released memory.

【0010】メモリ解放時には、解放したメモリプール
部2の獲得・解放判定データaのアドレスを解放メモリ
・アドレスcにセットし、獲得したメモリのデータ長b
を解放データ長dにセットする。メモリ獲得時には、メ
モリ解放テーブル3より、メモリプール部2の解放済の
獲得・解放判定データaのアドレスを参照して空きメモ
リを獲得する。
At the time of releasing the memory, the address of the acquisition / release judgment data a of the released memory pool unit 2 is set in the released memory address c, and the data length b of the acquired memory is set.
Is set to the release data length d. When the memory is acquired, the free memory is acquired by referring to the address of the acquired acquisition / release determination data a of the memory pool unit 2 from the memory release table 3.

【0011】[0011]

【作用】本発明のメモリ解放処理手段6によるメモリ解
放時の動作フローチャート(その1)を図2に、メモリ
獲得処理手段5によるメモリ獲得時の動作フローチャー
ト(その2)を図3に示す。
FIG. 2 shows an operation flowchart (No. 1) when the memory is released by the memory release processing means 6 of the present invention, and FIG. 3 is an operation flowchart (No. 2) when the memory is obtained by the memory acquisition processing means 5.

【0012】図2のメモリ解放処理手段6によるメモリ
解放時の動作フローチャートは、 (1) メモリプール部2のアドレスから解放するメモリ・
アドレスを受け取る。 (2) 該アドレスの獲得・解放判定データaが獲得データ
かどうかをチェックし、 (3) 獲得した領域が獲得データでなければ解放アドレス
異常として終了する。 (4) 獲得した領域が獲得データであれば、獲得・解放判
定データaに解放データをセットする。 (5) メモリ解放テーブル3に解放メモリアドレスcをセ
ットする。 (6) メモリ解放テーブル3に解放データ長dをセットす
る。 (7) メモリ解放処理が終了する。
The operation flow chart of the memory release processing means 6 shown in FIG. 2 at the time of memory release is as follows:
Receive an address. (2) It is checked whether the acquisition / release determination data a of the address is acquired data. (3) If the acquired area is not acquired data, the release address is abnormal and the process ends. (4) If the acquired area is acquisition data, release data is set in acquisition / release determination data a. (5) The release memory address c is set in the memory release table 3. (6) Set the release data length d in the memory release table 3. (7) Memory release processing ends.

【0013】図3のメモリ獲得処理手段5によるメモリ
獲得時の動作フローチャートは、 (11)メモリ解放テーブル3のアドレスからメモリ解放テ
ーブルヘッドアドレスをセットすると、メモリプール部
2の獲得・解放判定データ(解放データ)aのアドレス
によりメモリ解放テーブル3の解放メモリ・アドレスc
を設定する。 (12)プログラムからの要求メモリ長をセットする。 (13)メモリ解放テーブル3から解放メモリ・アドレスc
を獲得する。 (14)該アドレスの獲得・解放判定データaから解放した
領域(解放データ)かどうかをチェックし、解放データ
で無ければ、次の解放メモリ・アドレス位置にインクリ
メントする。 (15)解放データであれば、要求メモリ長が解放データ長
dより短いかどうかをチェックし、 (16)短ければメモリ解放テーブル3内の解放メモリ・ア
ドレスcをクリアし、解放データ長dもクリアし、 (17)メモリ領域eを獲得して終了する。 (18)要求メモリ長が解放データ長dより長ければ、メモ
リ解放テーブル3の解放メモリ・アドレスcを次の解放
メモリ・アドレス位置cにインクリメントする。 (19)メモリ解放テーブル3が終了かどうかをチェック
し、終了でなければ(13)に戻り、メモリ解放テーブル3
から解放メモリ・アドレスcを獲得する手順を繰り返
す。 (20)該当する解放されたメモリがない場合は、従来のよ
うにメモリプール部2の先頭から順に空きメモリの検索
を行う。
The operation flow chart for memory acquisition by the memory acquisition processing means 5 of FIG. 3 is as follows: (11) When the memory release table head address is set from the address of the memory release table 3, the acquisition / release determination data ( Release data) a, release memory address c of memory release table 3
To set. (12) Set the required memory length from the program. (13) Memory release table 3 to release memory address c
To win. (14) The acquisition / release determination data a of the address is checked to see if it is a released area (released data), and if it is not released data, it is incremented to the next released memory address position. (15) If it is release data, it is checked whether the requested memory length is shorter than the release data length d. (16) If it is short, the release memory address c in the memory release table 3 is cleared and the release data length d is also set. Clear, (17) Acquire memory area e and end. (18) If the requested memory length is longer than the release data length d, the release memory address c of the memory release table 3 is incremented to the next release memory address position c. (19) It is checked whether the memory release table 3 is finished. If it is not finished, the process returns to (13) and the memory release table 3 is returned.
Repeat the procedure to obtain the free memory address c from. (20) If there is no corresponding released memory, the free memory is searched sequentially from the beginning of the memory pool unit 2 as in the conventional case.

【0014】[0014]

【実施例】本発明のメモリ領域構成図の実施例を図4に
示す。図において、11はメモリ領域、12はメモリプール
部、13はメモリ解放テーブル部を示す。メモリ領域11は
上位にメモリ解放テーブル部13の領域が先行し、その下
位にメモリプール部12の領域が占める。メモリプール部
12は獲得・解放判定データaと獲得データ長bと獲得し
たメモリ領域eからなり、メモリ解放テーブル部13は解
放メモリ・アドレスcと解放データ長dとからなる。
FIG. 4 shows an embodiment of a memory area configuration diagram of the present invention. In the figure, 11 is a memory area, 12 is a memory pool section, and 13 is a memory release table section. In the memory area 11, the upper area is preceded by the area of the memory release table section 13, and the lower area thereof is occupied by the area of the memory pool section 12. Memory pool section
Reference numeral 12 includes acquisition / release determination data a, acquisition data length b, and acquired memory area e. The memory release table unit 13 includes release memory address c and release data length d.

【0015】メモリ領域11のメモリ解放テーブル13にお
いて、XXXXXXXXは獲得したメモリ領域のアドレス、YYYY
YYYYはメモリの獲得データ長を示し、メモリ領域11のメ
モリプール部12において、AAAAAAAAはメモリの獲得・解
放判定データ、BBBBBBBBはメモリの獲得データ長、----
----はメモリ領域(獲得・解放)を示す。各アドレス及
びデータは8ビット1バイト乃至32ビット4バイトから
構成される。なお、メモリの解放データ長YYYYYYYYはメ
モリの獲得データ長BBBBBBBBと同じである。
In the memory release table 13 of the memory area 11, XXXXXXXX is the address of the acquired memory area, YYYY
YYYY indicates the acquired data length of the memory, in the memory pool section 12 of the memory area 11, AAAAAAAA is the memory acquisition / release determination data, BBBBBBBB is the acquired data length of the memory, and ----
---- indicates a memory area (acquisition / release). Each address and data is composed of 1 byte of 8 bits to 4 bytes of 32 bits. The released data length YYYYYYYY of the memory is the same as the acquired data length BBBBBBBB of the memory.

【0016】メモリ解放時の処理手段は、受け取った解
放するメモリアドレスXXXXXXXXを基にして、メモリプー
ル部12内の獲得・解放判定データAAAAAAAAをチェック
し、獲得データが格納されている場合は、獲得データ長
BBBBBBBBのメモリ領域--------を書き込む。その後、メ
モリ解放テーブル部13に解放したメモリのアドレスXXXX
XXXXとデータ長YYYYYYYYをセットする。
The memory release processing means checks the acquisition / release determination data AAAAAAAA in the memory pool section 12 based on the received memory address XXXXXXXX to be released, and if the acquired data is stored, obtains it. Data length
Write BBBBBBBB memory area --------. After that, the address of memory released to the memory release table unit 13XXXXX
Set XXXX and data length YYYYYYYY.

【0017】メモリ獲得時の処理手段は、先ず最初にメ
モリ解放テーブル13内の解放メモリ・アドレスXXXXXXXX
と解放データ長YYYYYYYYを検索し、要求メモリ長を満た
す解放メモリがあるかどうか獲得・解放判定データAAAA
AAAAをチェックする。該当する解放されたメモリがある
場合は、そのメモリの獲得データ長BBBBBBBBのメモリ領
域--------を獲得し、メモリ解放テーブル13内の解放メ
モリアドレスXXXXXXXXとデータ長YYYYYYYYをクリアす
る。該当する解放されたメモリがない場合は、従来のよ
うにメモリプール部12の先頭から順に空きメモリの検索
を行う。
First, the processing means at the time of memory acquisition is the release memory address XXXXXXXX in the memory release table 13.
And release data length YYYYYYYY are searched, and whether there is release memory that satisfies the requested memory length is acquired / release determination data AAAA
Check AAAA. If there is the corresponding released memory, acquire the memory area of the acquired data length BBBBBBBB of that memory -------- and clear the released memory address XXXXXXXX and the data length YYYYYYYY in the memory release table 13. .. If there is no corresponding released memory, a free memory is searched sequentially from the beginning of the memory pool unit 12 as in the conventional case.

【0018】[0018]

【発明の効果】以上説明した様に、本発明によれば解放
した領域をテーブルを用いて管理することにより、メモ
リ獲得時に予め空きメモリ領域を知ることができるの
で、メモリ獲得における、空きメモリ検索処理時間を短
縮することができるという効果がある。
As described above, according to the present invention, the free memory area can be known in advance when the memory is acquired by managing the released area by using the table. The processing time can be shortened.

【図面の簡単な説明】[Brief description of drawings]

【図1】 本発明の原理構成図FIG. 1 is a block diagram of the principle of the present invention.

【図2】 本発明の動作フローチャート(その1)FIG. 2 is an operation flowchart of the present invention (No. 1)

【図3】 本発明の動作フローチャート(その2)FIG. 3 is an operation flowchart of the present invention (No. 2)

【図4】 メモリ領域構成図の実施例FIG. 4 is an example of a memory area configuration diagram.

【図5】 メモリ領域の概念図FIG. 5 is a conceptual diagram of a memory area

【図6】 従来例の動作フローチャートFIG. 6 is an operation flowchart of a conventional example.

【符号の説明】[Explanation of symbols]

1,11 メモリ領域 2,12 メモリプール部 3,13 メモリ解放テーブル部 4 プログラム処理部 5 メモリ獲得処理手段 6 メモリ解放処理手段 1, 11 memory area 2, 12 memory pool section 3, 13 memory release table section 4 program processing section 5 memory acquisition processing means 6 memory release processing means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 メモリを格納するメモリ領域(1)に、
該メモリ領域内においてメモリの獲得・解放を行う際に
使用するメモリプール部(2)と、メモリ解放時に解放
したメモリプールのアドレスとデータを格納するメモリ
解放テーブル部(3)とを有し、 該メモリを要求するプログラムを処理するプログラム処
理部(4)に、メモリ獲得処理を行うメモリ獲得処理手
段(5)とメモリ解放処理を行うメモリ解放処理手段
(6)とを設け、 メモリ解放時には、解放したメモリプール部(2)の獲
得・解放判定データのアドレスをメモリ解放テーブル
(3)の解放メモリ・アドレスにセットし、獲得したメ
モリのデータ長をメモリ解放テーブル(3)の解放デー
タ長にセットし、メモリ獲得時には、メモリ解放テーブ
ル(3)より、メモリプール部(2)の解放済の獲得・
解放判定データのアドレスを参照して空きメモリを獲得
することを特徴とするメモリの獲得・解放方法。
1. A memory area (1) for storing a memory,
A memory pool unit (2) used when acquiring / releasing a memory in the memory area, and a memory release table unit (3) storing the address and data of the memory pool released at the time of releasing the memory, The program processing unit (4) for processing the program requesting the memory is provided with a memory acquisition processing unit (5) for performing a memory acquisition process and a memory release processing unit (6) for performing a memory release process. The address of the acquisition / release determination data of the released memory pool section (2) is set to the release memory address of the memory release table (3), and the data length of the acquired memory is set to the release data length of the memory release table (3). When the memory is set and the memory is acquired, the released memory of the memory pool section (2) is acquired from the memory release table (3).
A method for acquiring / releasing memory, characterized by acquiring an empty memory by referring to an address of release judgment data.
JP3318261A 1991-12-03 1991-12-03 Method for acquiring and releasing memory Withdrawn JPH05158784A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3318261A JPH05158784A (en) 1991-12-03 1991-12-03 Method for acquiring and releasing memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3318261A JPH05158784A (en) 1991-12-03 1991-12-03 Method for acquiring and releasing memory

Publications (1)

Publication Number Publication Date
JPH05158784A true JPH05158784A (en) 1993-06-25

Family

ID=18097231

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3318261A Withdrawn JPH05158784A (en) 1991-12-03 1991-12-03 Method for acquiring and releasing memory

Country Status (1)

Country Link
JP (1) JPH05158784A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1146490A (en) * 1997-07-28 1999-02-16 Matsushita Electric Works Ltd Motor rotational speed control circuit
JP2014238767A (en) * 2013-06-10 2014-12-18 カシオ計算機株式会社 Memory controller, memory control method, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH1146490A (en) * 1997-07-28 1999-02-16 Matsushita Electric Works Ltd Motor rotational speed control circuit
JP2014238767A (en) * 2013-06-10 2014-12-18 カシオ計算機株式会社 Memory controller, memory control method, and program

Similar Documents

Publication Publication Date Title
JP2003523555A (en) A method for dynamically managing storage devices
US6594731B1 (en) Method of operating a storage system and storage system
JPH05158784A (en) Method for acquiring and releasing memory
JP2002149491A (en) Processor memory system
JPH0727492B2 (en) Buffer storage
JP2504843B2 (en) Buffer expansion device
CN108345551B (en) Data storage method and device
JPS6314386B2 (en)
JP3356090B2 (en) Memory management method, memory management device, and recording medium
JPH05158783A (en) Memory block control system
US6904601B1 (en) Method and system for providing remote procedure calls in a multiprocessing system
JPH086829A (en) Simultaneous full data retrieving method for data base
JP2003248620A (en) Dynamic memory managing method and dynamic memory management information processing device
JPH09231109A (en) File device
JPS6120154A (en) Memory access control device
JP3013742B2 (en) Cache memory management method
JPH05216745A (en) Memory managing device
JPS59191661A (en) Debugging device
JPH05134909A (en) Idle space retrieving method
JP3322993B2 (en) Information processing device
JPH0544691B2 (en)
JPH06208502A (en) Memory control method
JPH07281951A (en) Control method/device for extendable storage
JPH03253952A (en) Buffer managing system
JPH02166537A (en) Memory management unit

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990311