JPH03225453A - Memory area securing system - Google Patents

Memory area securing system

Info

Publication number
JPH03225453A
JPH03225453A JP2021330A JP2133090A JPH03225453A JP H03225453 A JPH03225453 A JP H03225453A JP 2021330 A JP2021330 A JP 2021330A JP 2133090 A JP2133090 A JP 2133090A JP H03225453 A JPH03225453 A JP H03225453A
Authority
JP
Japan
Prior art keywords
memory area
data
input
input data
secured
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
Application number
JP2021330A
Other languages
Japanese (ja)
Inventor
Fusako Uchiumi
内海 房子
Shinya Sato
伸也 佐藤
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.)
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Solution Innovators Ltd
Original Assignee
TOHOKU NIPPON DENKI SOFTWARE KK
NEC Corp
NEC Software Tohoku 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 TOHOKU NIPPON DENKI SOFTWARE KK, NEC Corp, NEC Software Tohoku Ltd filed Critical TOHOKU NIPPON DENKI SOFTWARE KK
Priority to JP2021330A priority Critical patent/JPH03225453A/en
Publication of JPH03225453A publication Critical patent/JPH03225453A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To effectively utilize a memory without forming an unused unnecessary area in a memory area nor the overflow of the memory area by equalizing the data length on an external storage medium to the size of a memory area secured in a virtual storage space. CONSTITUTION:It is recognized that the size of data A is 100 bytes from the repetition of a 1st input means 11 and an input data analyzing means 12 and a memory area 17 of 1,000 bytes is secured by a 1st processing means 13 and a 2nd processing means 14. Further, the data A is stored in the memory area 17 by a 2nd input means 15 and an input data storage means 16 to eliminate the formation of an unused area. Thus, the length of input data on the external storage medium 22 is equalized to the size of the memory area 17 secured in the virtual storage space to eliminate an unnecessary area and an overflow.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、最適サイズのメモリ領域確保方式、特にシス
テムの外部記憶媒体上のデータ長の不明なデータを、仮
想記憶空間上のメモリ領域にメモリの先頭から順次格納
していく処理において、最適サイズのメモリ領域を確保
しデータの格納を行なう方式に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention provides a method for allocating a memory area of an optimal size, in particular, a method for allocating data of unknown data length on an external storage medium of a system to a memory area in a virtual storage space. This invention relates to a method for securing an optimally sized memory area and storing data in a process of sequentially storing data from the beginning of the memory.

〔従来の技術〕[Conventional technology]

現在のコンピュータシステムにおいてデータを記憶する
という処理は、永久的に記憶したい場合には、外部記憶
媒体上に、また−時的に記憶の場合には内部のメモリ領
域中に記憶しておくのが普通である。
The process of storing data in current computer systems is to store it on an external storage medium if you want to store it permanently, or in an internal memory area if you want to store it temporarily. It's normal.

また、外部記憶媒体上のデータを参照する場合には、そ
のデータを転送する必要がある。
Furthermore, when referring to data on an external storage medium, it is necessary to transfer the data.

従来、外部記憶媒体上のデータ長の不明なデータをメモ
リ領域に転送(格納)する際、データ長が不明なため、
メモリ領域がオーバフローすることを防ぐため、必要以
上のメモリ領域を確保している。すなわち、最低でも外
部記憶媒体上のデータがとり得る最大サイズ以上のメモ
リ領域を固定的に確保するのが一般的である。
Conventionally, when transferring (storing) data of unknown data length on an external storage medium to a memory area, because the data length is unknown,
To prevent the memory area from overflowing, more memory area than necessary is reserved. That is, it is common to permanently secure a memory area that is at least the maximum size that data on the external storage medium can take.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の技術では、メモリ領域は入力データの最
大サイズ以上の値で固定的に確保しているため、全入力
データをメモリ領域に順次格納し終えたとしても、メモ
リ領域の後部に未使用の無駄な領域が生じることがあっ
た。極端な場合、記憶媒体上の入力データが数バイト分
しかなかったとしても、例えば、記憶媒体上で入力デー
タが数千バイトまでとり得る可能性があるデータであっ
たならば、従来の技術では、仮想記憶空間上に数千バイ
ト分のメモリ領域を確保している。この数千バイトのメ
モリ領域に対して、数バイトで終わる入力データを格納
したとしたら、その時点で確保した数千バイトのメモリ
領域のほとんどの部分が未使用の無駄な領域となる。
In the conventional technology described above, the memory area is fixedly secured with a value larger than the maximum size of input data, so even if all the input data is sequentially stored in the memory area, there will be unused areas at the rear of the memory area. This sometimes resulted in wasted areas. In extreme cases, even if the input data on the storage medium is only a few bytes worth, for example, if the input data on the storage medium could potentially be up to several thousand bytes, conventional technology can , a memory area of several thousand bytes is secured in the virtual storage space. If input data that lasts only a few bytes is stored in this several thousand byte memory area, most of the several thousand byte memory area secured at that point will be an unused and wasted area.

また、外部記憶媒体上の入力データの長さが、仮想記憶
空間上に確保したメモリ領域のサイズより大きかった場
合には、メモリ領域に入力データを格納すれば、メモリ
領域のオーバフローが生じる可能性もある。
Additionally, if the length of the input data on the external storage medium is larger than the size of the memory area secured in the virtual storage space, there is a possibility that the memory area will overflow if the input data is stored in the memory area. There is also.

したがって、本発明の目的は、外部記憶媒体上の入力デ
ータの長さと、仮想記憶空間上に確保したメモリ領域の
サイズが異なることによった生じる無駄な領域やオーバ
フローといっな現象に対し外部記憶媒体上の入力データ
の長さと、仮想記憶空間上に確保するメモリ領域のサイ
ズとを常に同一になるようにすることにより、無駄な領
域やオーバフローを無くすことができる最適サイズのメ
モリ領域確保方式を提供することである。
Therefore, it is an object of the present invention to provide an external storage device that can prevent phenomena such as wasted area and overflow caused by the difference between the length of input data on an external storage medium and the size of the memory area secured in a virtual storage space. By ensuring that the length of the input data on the medium is always the same as the size of the memory area secured in the virtual storage space, we have developed a method for securing an optimally sized memory area that eliminates wasted areas and overflows. It is to provide.

〔課題を解決するための手段〕[Means to solve the problem]

本発明によれば、 「外部記憶媒体の長さの不明な入力データを、システム
内のメモリ領域に、メモリの先頭からII!!次格納す
る処理において、 確保しようとするメモリ領域に確保すべき入力データを
入力する第一の入力手段と、 前記第一の入力手段によって入力されたデータによって
データ長を解析する入力データ解析手段と、 前記入力データ解析手段によって認識したデータ長から
、確保すべきメモリ領域の必要とするサイズを決定する
第一の処理手段と、 前記第一の処理手段で決定した必要サイズのメモリ領域
を仮想記憶空間上に確保する第二の処理手段と、 前記第二の処理手段で確保したメモリ領域に格納すべき
データ本体を入力する第二の入力手段と、 前記第二の入力手段によって入力されたデータ本体をメ
モリ領域に格納する入力データ格納手段とを 有することを特徴とするメモリ領域確保方式Jが得られ
る。
According to the present invention, ``In the process of storing input data of unknown length on an external storage medium in a memory area in the system from the beginning of the memory, the memory area to be allocated should be allocated. a first input means for inputting input data; an input data analysis means for analyzing a data length based on the data input by the first input means; and a data length to be secured from the data length recognized by the input data analysis means. a first processing means for determining a required size of a memory area; a second processing means for securing a memory area of the required size determined by the first processing means in a virtual storage space; A second input means for inputting the data body to be stored in the memory area secured by the processing means, and an input data storage means for storing the data body input by the second input means in the memory area. A characteristic memory area reservation method J is obtained.

〔実施例〕〔Example〕

次に、本発明の一実施例を示した図面を参照して、本発
明をより詳細に説明する。
Next, the present invention will be described in more detail with reference to the drawings showing one embodiment of the present invention.

第1図を参照すると、本発明の一実施例は、第一の入力
手段11と、入力データ解析手段12と、第一の処理手
段13と、第二の処理手段14と、第二の入力手段15
と、入力データ格納手段16と、メモリ領域17とを有
してしる。
Referring to FIG. 1, one embodiment of the present invention includes a first input means 11, an input data analysis means 12, a first processing means 13, a second processing means 14, and a second input data analysis means 12. Means 15
, an input data storage means 16 , and a memory area 17 .

プログラム中で処理の対象となるデータ10は、入力デ
ータとして、外部記憶媒体(磁気ディスク、磁気テープ
等)上に格納されている。第一の入力手段11は、入力
データ10から処理したいデータをレコード単位で入力
する。
Data 10 to be processed in the program is stored as input data on an external storage medium (magnetic disk, magnetic tape, etc.). The first input means 11 inputs data to be processed from the input data 10 in units of records.

入力データ解析手段12は、第一の入力手段11によっ
て入力されたレコード長を保存し、入力データ10内の
データの全レコードの入力が完了したかどうかの確認を
行なう。未完了の場合は、次のレコードを入力するため
、第一の入力手段11に戻す。第一の入力手段11では
、再びルコードを入力し、入力データ解析手段12によ
って、以前に保存しておいたレコード長に現在のレコー
ド長を加算し保存する。以上の処理を全レコードの入力
が完了するまで繰り返し、入力データのデータ長を取得
する。
The input data analysis means 12 stores the record length input by the first input means 11, and checks whether all records of data in the input data 10 have been input. If not completed, the process returns to the first input means 11 in order to input the next record. The first input means 11 inputs the code again, and the input data analysis means 12 adds the current record length to the previously saved record length and saves it. The above process is repeated until the input of all records is completed, and the data length of the input data is obtained.

第一の処理手段13は、入力データ解析手段12によっ
て得られたデータ長に対し、仮想記憶空間上に何バイト
分のメモリ領域を確保すべきかを決定する。
The first processing means 13 determines, based on the data length obtained by the input data analysis means 12, how many bytes of memory area should be reserved in the virtual storage space.

第二の処理手段14は、第一の処理手段13で決定され
たサイズのメモリ領域を仮想空間上に確保する。
The second processing means 14 secures a memory area of the size determined by the first processing means 13 in the virtual space.

メモリ領域17は、第二の処理手段14で仮想空間上に
確保されたメモリ領域である。
The memory area 17 is a memory area secured in the virtual space by the second processing means 14.

第二の入力手段15は、第二の処理手段14によって確
保したメモリ領域17に格納すべき入力データ本体を入
力データ10からレコード単位で入力する。
The second input means 15 inputs the input data body to be stored in the memory area 17 secured by the second processing means 14 from the input data 10 in units of records.

入力データ格納手段16は、第二の入力手段15によっ
て得られたレコード単位のデータを、第二の処理手段1
4で確保したメモリ領域17に領域の先頭から順次格納
する。このとき、入力データ解析手段12で求めた入力
データ長と、第二の処理手段14で確保したメモリ領域
17のサイズとは等しいので、メモリ領域17に全デー
タを格納し終えたときに、未使用領域やオーバフロー発
生することはない。
The input data storage means 16 stores the record unit data obtained by the second input means 15 in the second processing means 1.
The information is sequentially stored in the memory area 17 secured in step 4 from the beginning of the area. At this time, since the input data length obtained by the input data analysis means 12 and the size of the memory area 17 secured by the second processing means 14 are equal, when all the data has been stored in the memory area 17, there will be no unused data. There is no space used or overflow occurs.

第2図は、従来技術と本実施例との違いを示した図であ
る。第2図(a)は従来技術によるメモリ領域の使い方
を示し、第2図(b)は本実施例によるメモリ領域の使
い方を示す、第2図において、外部記憶媒体21および
22ともに、最大200バイトのデータが格納されてい
る可能性があるものとする。
FIG. 2 is a diagram showing the difference between the prior art and this embodiment. FIG. 2(a) shows how the memory area is used according to the prior art, and FIG. 2(b) shows how the memory area is used according to the present embodiment.In FIG. Assume that byte data may be stored.

従来技術においては、外部記憶媒体21からデータAを
入力する前に、外部記憶媒体21に存在し得るデータの
最大具2000バイトをメモリ領域31として仮想記憶
空間上に確保しである。
In the prior art, before data A is input from the external storage medium 21, the maximum 2000 bytes of data that can exist in the external storage medium 21 is secured in a virtual storage space as the memory area 31.

このメモリ領域31に外部記憶媒体21内のデータAを
格納すると、メモリ領域31の1000バイト以下20
00バイトまでが未使用領域となる。
When data A in the external storage medium 21 is stored in this memory area 31, 20 bytes below 1000 bytes of the memory area 31
The area up to 00 bytes is unused.

本実施例においては、第一の入力手段11と入力データ
解析手段12の繰り返しにより、データAのサイズが1
000バイトであることを認識し、第一の処理手段13
、第二の処理手段14によってメモリ領域17を100
0バイト分確保する。さらに、第二の入力手段15、入
力データ格納手段16によって、メモリ領域17にデー
タAを格納することによって、未使用領域が発生するこ
とはない。
In this embodiment, the size of data A is reduced to 1 by repeating the first input means 11 and the input data analysis means 12.
000 bytes, the first processing means 13
, the memory area 17 is divided into 100 by the second processing means 14.
Reserve 0 bytes. Furthermore, by storing the data A in the memory area 17 by the second input means 15 and the input data storage means 16, no unused area is generated.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、外部記憶媒体上
のデータ長さと、仮想記憶空間上に確保するメモリ領域
のサイズとを常に同一にすることが可能となり、外部記
憶媒体上の入力データをメモリ領域に格納する処理にお
いて、メモリ領域に未使用の無駄な領域を生じさせるこ
とや、メモリ領域がオーバフローすることがなくなり、
メモリを有効利用できる。
As explained above, according to the present invention, it is possible to always make the data length on the external storage medium and the size of the memory area secured in the virtual storage space the same, and the input data on the external storage medium In the process of storing the data in the memory area, there is no need to create an unused area in the memory area or cause the memory area to overflow.
Memory can be used effectively.

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

第1図は本発明の一実施例による最適サイズのメモリ領
域確保方式の構成を示すブロック図、第2図(a)およ
び(b)は従来技術と本実施例のメモリ領域の使い方を
示す図である。 10:入力データ、11:第一の入力手段、12:入力
データ解析手段、13:第一の処理手段、14:第二の
処理手段、15:第二の入力手段、16:入力データ格
納手段、17:メモリ領域。
FIG. 1 is a block diagram showing the configuration of a method for securing an optimally sized memory area according to an embodiment of the present invention, and FIGS. 2(a) and (b) are diagrams showing how to use the memory area in the conventional technology and this embodiment. It is. 10: input data, 11: first input means, 12: input data analysis means, 13: first processing means, 14: second processing means, 15: second input means, 16: input data storage means , 17: Memory area.

Claims (1)

【特許請求の範囲】 外部記憶媒体の長さの不明な入力データを、システム内
のメモリ領域に、メモリの先頭から順次格納する処理に
おいて、 確保しようとするメモリ領域に確保すべき入力データを
入力する第一の入力手段と、 前記第一の入力手段によって入力されたデータによって
データ長を解析する入力データ解析手段と、 前記入力データ解析手段によって認識したデータ長から
、確保すべきメモリ領域の必要とするサイズを決定する
第一の処理手段と、 前記第一の処理手段で決定した必要サイズのメモリ領域
を仮想記憶空間上に確保する第二の処理手段と、 前記第二の処理手段で確保したメモリ領域に格納すべき
データ本体を入力する第二の入力手段と、 前記第二の入力手段によって入力されたデータ本体をメ
モリ領域に格納する入力データ格納手段とを 有することを特徴とするメモリ領域確保方式。
[Claims] In the process of sequentially storing input data of unknown length in an external storage medium in a memory area in a system from the beginning of the memory, input data to be secured in a memory area to be secured is input. an input data analysis means for analyzing a data length based on the data inputted by the first input means; and an input data analysis means for analyzing a data length recognized by the input data analysis means, and determining the need for a memory area to be secured based on the data length recognized by the input data analysis means. a first processing means for determining a memory area of the required size determined by the first processing means; a second processing means for securing a memory area of the required size determined by the first processing means in the virtual storage space; a second input means for inputting the data body to be stored in the memory area, and an input data storage means for storing the data body input by the second input means in the memory area. Area reservation method.
JP2021330A 1990-01-30 1990-01-30 Memory area securing system Pending JPH03225453A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021330A JPH03225453A (en) 1990-01-30 1990-01-30 Memory area securing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021330A JPH03225453A (en) 1990-01-30 1990-01-30 Memory area securing system

Publications (1)

Publication Number Publication Date
JPH03225453A true JPH03225453A (en) 1991-10-04

Family

ID=12052128

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021330A Pending JPH03225453A (en) 1990-01-30 1990-01-30 Memory area securing system

Country Status (1)

Country Link
JP (1) JPH03225453A (en)

Similar Documents

Publication Publication Date Title
JPH03225453A (en) Memory area securing system
US6112261A (en) Data transferring system reading and temporarily storing a record until a length of the record is different from a defined record length parameter value
JPS60120450A (en) Controlling system of buffer memory
JPH0512125A (en) Address conversion system
EP0358224A2 (en) Semiconductor disk device useful in transaction processing system
JPH05324534A (en) Dma transfer system
JPH0776983B2 (en) IC card
JPH11242648A (en) Data transfer device
JP2569524B2 (en) Virtual disk control method for extended storage device
JPS592151A (en) Check point recovering system
JPS62145441A (en) Updating processing system for key-sequenced data set
JPS6180447A (en) Store control system of memory
JPS62280922A (en) Record edition processing system
JPS63239540A (en) Data management system in memory medium
JPH07225738A (en) Managing method for reception buffer and communication equipment
JPH04223537A (en) Image file storing system
JPH05224879A (en) System for compressing and storing data
JPH0619755A (en) Data file construction method in electronic computation processing
JPH02253450A (en) File managing method and file editing method
JPH01163848A (en) Double updating preventing system for disk file
JPH04260145A (en) Buffer storage device
JPH05236580A (en) Memory control circuit for multi-frame data
JPS63142447A (en) I/o access processing system
JPS62144262A (en) Data input and output device
JPS6140656A (en) Terminal data management system