KR19990019417A - Memory Management - Google Patents

Memory Management Download PDF

Info

Publication number
KR19990019417A
KR19990019417A KR1019970042797A KR19970042797A KR19990019417A KR 19990019417 A KR19990019417 A KR 19990019417A KR 1019970042797 A KR1019970042797 A KR 1019970042797A KR 19970042797 A KR19970042797 A KR 19970042797A KR 19990019417 A KR19990019417 A KR 19990019417A
Authority
KR
South Korea
Prior art keywords
size
area
memory
task
usable
Prior art date
Application number
KR1019970042797A
Other languages
Korean (ko)
Inventor
김기택
Original Assignee
윤종용
삼성전자 주식회사
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 윤종용, 삼성전자 주식회사 filed Critical 윤종용
Priority to KR1019970042797A priority Critical patent/KR19990019417A/en
Publication of KR19990019417A publication Critical patent/KR19990019417A/en

Links

Landscapes

  • Memory System (AREA)
  • Record Information Processing For Printing (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

다수개의 조각난 사용가능영역의 크기에 대한 정보를 저장하고, 메모리 할당요구가 접수된 태스크의 크기를 검출한 후, 태스크의 크기 이상의 크기를 갖는 적어도 하나 이상의 사용가능영역 중 태스크의 크기에 가장 근접한 크기의 사용가능영역을 우선적으로 할당한다.After storing information about the size of the plurality of fragmented usable areas, detecting the size of the task to which the memory allocation request has been received, the size of the at least one usable area having a size greater than or equal to the size of the task is the closest to the size of the task. Allocates the available area of the file first.

따라서, 메모리의 효율적인 관리가 가능해진다.Therefore, efficient management of the memory is possible.

Description

메모리 관리방법Memory Management

본 발명은 메모리 관리방법에 관한 것으로서, 보다 상세하게는 컴퓨터, 복합기, 프린터 등과 같이 메모리를 사용하는 모든 전기 및 전자장치에 있어서, 메모리의 조각난 사용가능영역에 새로운 데이터를 할당하는 경우, 해당 데이터의 크기와 가장 근접한 크기의 메모리영역을 우선적으로 할당하도록 함으로써, 메모리의 사용효율을 향상시킨 메모리 관리방법에 관한 것이다.The present invention relates to a memory management method, and more particularly, in all electrical and electronic devices using a memory, such as a computer, a multifunction printer, a printer, and the like, when new data is allocated to a fragmented usable area of the memory. The present invention relates to a memory management method of improving memory usage efficiency by allocating a memory area of a size closest to a size first.

종래의 경우, 메모리 관리장치는 메모리 요구에 대해 항상 동일한 방법으로 메모리를 할당한다. 즉, 요구한 메모리 블럭의 크기에 관계없이 사용가능영역의 앞부분 혹은 뒷부분으로부터 요구된 메모리의 크기만큼 그 영역을 할당한다.In the conventional case, the memory management apparatus always allocates memory in the same way for memory requests. That is, regardless of the size of the requested memory block, the area is allocated as much as the size of the requested memory from the front or rear of the available area.

이후, 메모리의 사용가능영역 중 소정크기의 영역을 할당받아 임의의 태스크(Task: 작업요소)를 수행한 후 종료하면, 다음 태스크를 수행하기 위하여 메모리에 점유되어 있는 이전의 태스크를 해제(Release)하여야만 한다. 따라서, 각각의 할당영역 중 일부가 사용가능영역으로 전환되고, 이로 인하여 사용가능영역은 하나의 큰 영역으로 존재하는 것이 아니라 다수개의 조각난 영역으로 존재하게 된다. 이러한 과정이 다수회 반복되면, 사용가능영역은 아주 작은 크기의 영역으로 조각나게 된다.Subsequently, when a predetermined size of an available area of the memory is allocated to perform a task and then terminated, the previous task occupied in the memory is released to perform the next task. You must do it. Thus, some of each allocation area is converted into usable area, whereby the usable area does not exist as one large area but as a plurality of fragmented areas. If this process is repeated many times, the usable area is fragmented into a very small sized area.

이후, 다음 태스크를 수행하기 위하여 메모리 할당요구가 접수되면 메모리 관리장치는 조각난 다수개의 사용가능영역에 대하여 그 크기에는 관계없이 그 위치에 따라 해당 태스크에 할당하게 된다.Thereafter, when a memory allocation request is received to perform the next task, the memory management apparatus allocates to the corresponding task according to its position regardless of its size for a plurality of fragmented available areas.

그런데, 이와 같은 종래의 메모리 관리방법은 다음과 같은 문제점을 발생시킨다.However, this conventional memory management method causes the following problems.

(1) 메모리 할당요구가 접수되면 메모리 관리장치는 다수개의 조각난 사용가능영역 중 그 위치에 따라 메모리를 할당하게 되므로, 무수한 할당과 해제를 반복하여 사용가능영역의 조각이 많아지면 실제 남아 있는 메모리영역은 많지만 태스크를 수행하기 위하여 메모리 할당 요구된 영역의 크기보다 큰 사용가능영역이 존재하지 않는 경우 메모리 할당요구에 응답하여 메모리를 할당하지 못하는 경우가 발생한다.(1) When a memory allocation request is received, the memory management device allocates memory according to its position among a plurality of fragmented usable areas. Therefore, if there are more fragments of the usable area by repeating countless allocations and releases, the memory area that is actually left remains. In many cases, if there is no free space larger than the size of the memory allocation required to perform the task, memory allocation may fail in response to the memory allocation request.

(2) 메모리의 조각난 영역이 많아짐에 따라, 메모리가 비효율적으로 운용된다.(2) As the fragmented area of the memory increases, the memory is operated inefficiently.

따라서, 본 발명은 이와 같은 문제점들을 해결하기 위한 것으로서, 본 발명의 제1 목적은 전체 메모리 중 조각난 사용가능영역의 크기에 대한 정보를 관리하고, 임의의 태스크를 수행하기 위한 메모리 할당요구가 접수되면 태스크의 크기에 가장 근접한 크기의 사용가능영역을 검출하여 해당 사용가능영역을 할당하도록 한 메모리의 관리방법을 제공함에 있다.Accordingly, an object of the present invention is to solve such problems, and a first object of the present invention is to manage information about the size of a fragmented usable area of a total memory, and when a memory allocation request for performing an arbitrary task is received. The present invention provides a memory management method for detecting an available area having a size closest to a task size and allocating the available area.

또한, 본 발명의 제2 목적은 위의 제1 목적을 달성함에 따라 메모리를 효율적으로 관리할 수 있도록 한 메모리 관리방법을 제공함에 있다.In addition, a second object of the present invention is to provide a memory management method for efficiently managing a memory in accordance with the first object.

도 1은 본 발명에 적용된 메모리 관리장치의 개략적 블럭도,1 is a schematic block diagram of a memory management apparatus applied to the present invention;

도 2는 본 발명에 의한 메모리 관리방법의 수행과정을 나타내는 동작흐름도,2 is an operation flowchart showing a process of performing a memory management method according to the present invention;

도 3a 내지 도 3c는 도 2에 도시된 각 단계에 의해 메모리가 관리되는 상태를 나타내는 메모리 구조도이다.3A to 3C are memory structure diagrams illustrating a state in which a memory is managed by each step shown in FIG.

* 도면의 주요부분에 대한 부호의 설명* Explanation of symbols for main parts of the drawings

1: 메모리 관리장치 2: 메모리 초기화부1: memory management unit 2: memory initialization unit

3: 메모리 할당부 4: 메모리 해제부3: memory allocation unit 4: memory release unit

5: 정보 저장부5: information storage

이와 같은 목적들을 달성하기 위한 본 발명의 특징은, 시스템이 초기화되면 시스템영역과 변수영역 및 사용가능영역으로 분할 설정하는 초기화단계; 메모리 할당요구가 접수되면, 할당 요구된 태스크의 크기를 검출하는 제1 검출단계; 임의의 조건에 따라 저장된 상기 사용가능영역의 크기를 검출하는 제2 검출단계; 상기 태스크의 크기에 가장 근접한 크기를 갖는 사용가능영역을 할당하는 할당단계; 및 상기 할당된 사용가능영역에 대한 상기 사용가능영역의 크기에 대한 정보를 갱신하는 갱신단계를 포함하며, 시스템이 오프될 때까지 상기 제1 검출단계로부터 상기 갱신단계까지 반복 수행하는 메모리 관리방법에 있다.Features of the present invention for achieving the above object, the initialization step of partitioning the system area and the variable area and the usable area when the system is initialized; A first detecting step of detecting a size of a task requested to be allocated when a memory allocation request is received; A second detecting step of detecting a size of the usable area stored according to an arbitrary condition; Allocating an available area having a size closest to the size of the task; And an updating step of updating information on the size of the available area for the allocated available area, wherein the memory management method is repeated from the first detection step to the update step until the system is turned off. have.

바람직하게, 상기 제2 검출단계는, 상기 사용가능영역의 크기가 작은 순서대로 저장한다.Preferably, the second detection step stores the usable area in order of decreasing size.

바람직하게, 상기 할당단계는, 상기 태스크의 크기 이상의 크기를 갖는 사용가능영역 중 상기 태스크의 크기에 가장 근접한 크기의 사용가능영역을 할당한다.Preferably, the allocating step allocates a usable area of a size closest to the size of the task among usable areas having a size greater than or equal to the size of the task.

선택적으로, 메모리 해제요구가 접수되면, 해당 영역을 해제하는 해제단계; 및 상기 해제된 해당영역을 새로운 사용가능영역으로 설정함과 동시에, 상기 새로운 사용가능영역의 크기에 대한 정보를 갱신하는 갱신단계를 더 포함할 수도 있다.Optionally, when the memory release request is received, the release step of releasing the area; And setting the released corresponding region as a new usable region and updating information on the size of the new usable region.

이하, 본 발명에 의한 메모리 관리방법의 바람직한 실시예에 대하여 첨부도면을 참조하여 상세히 설명한다.Hereinafter, a preferred embodiment of the memory management method according to the present invention will be described in detail with reference to the accompanying drawings.

도 1에는 본 발명에 적용된 메모리 관리장치의 개략적 블럭도가 도시되어 있다.1 is a schematic block diagram of a memory management apparatus applied to the present invention.

도 1에 도시된 바와 같이 본 발명에 의한 메모리 관리장치(1)는 메모리 초기화부(2)와, 메모리 할당부(3)와, 메모리 해제부(4)와, 정보 저장부(5)로 대별된다. 즉, 본 발명은 메모리 초기화부(2)와 메모리 할당부(3) 및 메모리 해제부(4)로 구성된 일반적인 메모리 관리장치의 구성에서 정보 저장부(5)를 더 포함하였다.As shown in FIG. 1, the memory management apparatus 1 according to the present invention is roughly divided into a memory initialization unit 2, a memory allocation unit 3, a memory release unit 4, and an information storage unit 5. do. That is, the present invention further includes an information storage unit 5 in the configuration of a general memory management apparatus including the memory initialization unit 2, the memory allocation unit 3, and the memory release unit 4.

이와 같은 구성을 갖는 본 발명의 동작에 대하여 도 2 및 도 3을 참조하여 설명하면 다음과 같다.An operation of the present invention having such a configuration will be described below with reference to FIGS. 2 and 3.

컴퓨터, 프린터, 복합기 등의 전기 및 전자장치에서는 메모리의 효율적인 관리가 시스템의 성능을 좌우하는 커다란 요소로 작용하게 되며, 시스템의 실행중에 메모리는 할당 및 해제동작이 계속적으로 반복되어 사용된다.In electrical and electronic devices such as computers, printers, and multifunction devices, efficient management of the memory is a major factor in determining the performance of the system. During the execution of the system, the memory is repeatedly allocated and released.

이때, 메모리의 할당과 반복은 순차적으로 수행되지 않기 때문에, 처음에는 거대한 사용가능영역을 포함하던 메모리가 다수개의 영역으로 분할되고, 분할된 다수개의 영역 중 크기가 작은 영역은 그 영역에 적합한 할당요구를 접수하지 못하면 영원히 사용할 수 없는 경우가 발생되기도 한다.At this time, since the allocation and repetition of the memory are not performed sequentially, the memory that initially contained the huge usable area is divided into a plurality of areas, and a small area among the plurality of divided areas is suitable for the area. If you do not receive it, you may not be able to use it forever.

통상적으로, 메모리는 기본적인 단위(크기)로 관리되며, 그 단위는 필요에 따라 16바이트(Byte), 32바이트, 64바이트…… 등으로 설정된다.Typically, memory is managed in basic units (sizes), which are 16 bytes, 32 bytes, 64 bytes... … And the like.

시스템이 초기화되면(S1), 메모리 관리장치(1)내의 메모리 초기화부(2)는 도 3a에 도시된 바와 같이, 메모리의 전체영역 중 일부영역을 시스템영역(System Area)과 변수영역(Variable Area)으로 할당하고, 나머지영역을 사용가능영역으로 할당하여 메모리를 초기화시킨다(S2). 또한, 정보 저장부(5)는 초기화되어(S3), 메모리내에 하나의 거대한 사용가능영역만이 존재하는 것으로 기억한다.When the system is initialized (S1), as shown in FIG. 3A, the memory initialization unit 2 in the memory management apparatus 1 may convert a partial area of the entire area of the memory into a system area and a variable area. ) And initialize the memory by allocating the remaining area to the available area (S2). In addition, the information storage unit 5 is initialized (S3) and stores that only one huge usable area exists in the memory.

이후, 임의의 태스크를 수행하기 위하여, 메모리 할당요구가 접수되면(S4), 메모리 관리장치(1)는 할당 요구된 영역의 크기를 검출하고(S5), 정보 저장부(5)를 통하여 사용가능영역의 크기가 작은 영역으로부터 순차적으로 검색한다(S6). 이때, 메모리가 초기화된 경우에는 메모리내에 하나의 사용가능영역만이 존재하므로, 단계 6(S6)에서는 하나의 사용가능영역만이 검색된다.Then, in order to perform any task, when a memory allocation request is received (S4), the memory management apparatus 1 detects the size of the allocation requested area (S5), and is available through the information storage unit 5. The area is searched sequentially from the small area (S6). At this time, since only one usable area exists in the memory when the memory is initialized, only one usable area is searched in step 6 (S6).

여기서, 사용가능영역의 크기가 할당 요구된 영역의 크기 이상이면 메모리 할당부(3)는 해당 사용가능영역을 할당하고(S8), 정보 저장부(5)의 저장내용을 갱신한다(S9). 이와 같은 과정을 반복 수행하여 다수개의 태스크에 메모리가 할당되면, 도 3b에 도시된 바와 같이, 사용가능영역과 다수개의 할당된 영역이 존재하게 된다. 이후, 시스템이 오프되었는가를 판단하여(S10). 시스템이 오프되었으면 모든 진행을 종료하고, 시스템이 오프되지 않았으면 위의 단계 4(S4)로 귀환한다.If the size of the usable area is equal to or larger than the size of the allocated area, the memory allocating unit 3 allocates the available area (S8) and updates the storage contents of the information storage unit 5 (S9). When the memory is allocated to a plurality of tasks by repeating the above process, as shown in FIG. 3B, an available area and a plurality of allocated areas exist. Then, it is determined whether the system is off (S10). If the system is off, all the processing ends. If the system is not off, the process returns to step 4 (S4).

한편, 단계 4(S4)에서 메모리 할당요구가 접수되지 않았으면, 메모리 해제요구가 접수되었는가를 판단하여(S11), 메모리 해제요구가 접수되었으면 메모리 해제부(4)는 해당영역을 해제한다(S12). 이에 따라, 메모리는 도 3c에 도시된 바와 같이, 조각난 다수개의 사용가능영역이 존재하게 된다.On the other hand, if the memory allocation request is not received in step 4 (S4), it is determined whether the memory release request is received (S11), and if the memory release request is received, the memory release unit 4 releases the corresponding area (S12). ). Accordingly, the memory has a plurality of fragmented usable regions as shown in FIG. 3C.

이때, 사용가능영역의 조각들의 크기는 사용된 태스크의 크기에 따라 모두 상이하게 나타난다. 이러한 사용가능영역의 크기에 대한 정보는 정보 저장부(5)에 순차적으로 저장되는데, 이때, 정보 저장부(5)는 사용가능영역의 크기가 작은 순서대로 정렬한 후 저장한다.At this time, the size of the pieces of the usable area are all different depending on the size of the task used. The information about the size of the usable area is sequentially stored in the information storage unit 5. In this case, the information storage unit 5 arranges and stores the size of the usable area in a small order.

이후, 단계 4(S4)에서 메모리 할당요구가 접수되면, 해당 태스크의 크기와 정보 저장부(5)에 저장된 사용가능영역의 크기를 상호 비교하여 태스크의 크기에 가장 근접한 크기를 갖는 사용가능영역을 할당한다.Subsequently, when the memory allocation request is received in step 4 (S4), the size of the task and the size of the available area stored in the information storage unit 5 are compared with each other to determine an available area having a size closest to the size of the task. Assign.

예컨대, 도 3c에서와 같이, 조각난 사용가능영역의 크기가 100블럭, 50블럭, 10블럭, 100이상의 크기를 갖는 블럭인 경우, 정보 저장부(5)에는 10블럭→50블럭→100블럭→100이상의 크기를 갖는 블럭의 순서대로 저장되며, 해당 태스크의 크기가 70블럭인 경우, 메모리 관리장치(1)는 정보 저장부(5)에 저장된 사용가능영역에 대한 정보 중 가장 작은 크기의 정보(10블럭)를 검출하여 해당 태스크의 크기와 비교한다. 이때, 사용가능영역의 크기(10블럭)가 해당 태스크의 크기(70블럭)보다 작기 때문에, 메모리 관리장치(1)는 다음 사용가능영역의 크기(50블럭, 100블럭)와 해당 태스크의 크기(70블럭)를 순차적으로 비교하며, 최종적으로 메모리 할당부(3)는 100블럭의 크기를 갖는 사용가능영역을 해당 태스크에 할당한다.For example, as shown in FIG. 3C, when the size of the fragmented usable area is 100 blocks, 50 blocks, 10 blocks, or 100 blocks, the information storage unit 10 has 10 blocks → 50 blocks → 100 blocks → 100. When the size of the task is 70 blocks, the memory management apparatus 1 stores the smallest size information 10 among the information on the usable area stored in the information storage unit 5. Block) and compare it with the size of the task. At this time, since the size of the available area (10 blocks) is smaller than the size of the task (70 blocks), the memory management apparatus 1 determines the size of the next available area (50 blocks, 100 blocks) and the size of the task ( 70 blocks) are sequentially compared, and finally, the memory allocation unit 3 allocates an available area having a size of 100 blocks to the corresponding task.

따라서, 해당 태스크의 크기에 가장 근접한 크기의 사용가능영역을 우선적으로 할당함으로써, 가장 효율적인 메모리 관리가 가능해진다.Therefore, the most efficient memory management is possible by first allocating an available area of the size closest to the size of the task.

결국, 본 발명에 의한 메모리 관리방법에 따르면, 해당 태스크의 크기에 가장 근접한 크기의 사용가능영역을 우선적으로 할당함으로써, 메모리 관리를 효율적으로 수행할 수 있는 이점이 있다.As a result, according to the memory management method of the present invention, memory management can be efficiently performed by first allocating an available area having a size closest to the size of the task.

Claims (4)

시스템이 초기화되면 시스템영역과 변수영역 및 사용가능영역으로 분할 설정하는 초기화단계;An initialization step of dividing and setting the system area, the variable area, and the usable area when the system is initialized; 메모리 할당요구가 접수되면, 할당 요구된 태스크의 크기를 검출하는 제1 검출단계;A first detecting step of detecting a size of a task requested to be allocated when a memory allocation request is received; 임의의 조건에 따라 저장된 상기 사용가능영역의 크기를 검출하는 제2 검출단계;A second detecting step of detecting a size of the usable area stored according to an arbitrary condition; 상기 태스크의 크기에 가장 근접한 크기를 갖는 사용가능영역을 할당하는 할당단계; 및Allocating an available area having a size closest to the size of the task; And 상기 할당된 사용가능영역에 대한 상기 사용가능영역의 크기에 대한 정보를 갱신하는 갱신단계를 포함하며, 시스템이 오프될 때까지 상기 제1 검출단계로부터 상기 갱신단계까지 반복 수행하는 메모리 관리방법.And an update step of updating information on the size of the usable area for the allocated usable area, repeating from the first detection step to the update step until the system is turned off. 제 1 항에 있어서, 상기 제2 검출단계는,The method of claim 1, wherein the second detection step, 상기 사용가능영역의 크기가 작은 순서대로 저장되는 메모리 관리방법.And a memory management method in which the size of the available area is stored in order of decreasing size. 제 1 항에 있어서, 상기 할당단계는,The method of claim 1, wherein the assigning step, 상기 태스크의 크기 이상의 크기를 갖는 사용가능영역 중 상기 태스크의 크기에 가장 근접한 크기의 사용가능영역을 할당하는 메모리 관리방법.And allocating an available area having a size closest to the size of the task among the available areas having a size greater than or equal to the size of the task. 제 1 항에 있어서,The method of claim 1, 메모리 해제요구가 접수되면, 해당 영역을 해제하는 해제단계; 및A release step of releasing a corresponding area when a memory release request is received; And 상기 해제된 해당영역을 새로운 사용가능영역으로 설정함과 동시에, 상기 새로운 사용가능영역의 크기에 대한 정보를 갱신하는 갱신단계를 더 포함하는 메모리 관리방법.And setting the released corresponding area as a new usable area, and updating the information on the size of the new usable area.
KR1019970042797A 1997-08-29 1997-08-29 Memory Management KR19990019417A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1019970042797A KR19990019417A (en) 1997-08-29 1997-08-29 Memory Management

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1019970042797A KR19990019417A (en) 1997-08-29 1997-08-29 Memory Management

Publications (1)

Publication Number Publication Date
KR19990019417A true KR19990019417A (en) 1999-03-15

Family

ID=66037510

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1019970042797A KR19990019417A (en) 1997-08-29 1997-08-29 Memory Management

Country Status (1)

Country Link
KR (1) KR19990019417A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100811349B1 (en) * 2001-10-17 2008-03-07 엘지전자 주식회사 Media File System and The Method of the Management
KR20210017835A (en) * 2019-08-09 2021-02-17 한국전자기술연구원 Neuromorphic Memory Management System and Memory Allocation Method thereof
KR20210017834A (en) * 2019-08-09 2021-02-17 한국전자기술연구원 Memory Allocation Method and System

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100811349B1 (en) * 2001-10-17 2008-03-07 엘지전자 주식회사 Media File System and The Method of the Management
KR20210017835A (en) * 2019-08-09 2021-02-17 한국전자기술연구원 Neuromorphic Memory Management System and Memory Allocation Method thereof
KR20210017834A (en) * 2019-08-09 2021-02-17 한국전자기술연구원 Memory Allocation Method and System

Similar Documents

Publication Publication Date Title
KR100289628B1 (en) Resource management method and apparatus for information processing system of multitasking facility
KR100446339B1 (en) Real time data migration system and method employing sparse files
KR100453723B1 (en) Computer system and method for executing threads of execution with reduced run-time memory space requirements
US5339411A (en) Method for managing allocation of memory space
US7802070B2 (en) Approach for de-fragmenting physical memory by grouping kernel pages together based on large pages
EP3504628B1 (en) Memory management method and device
US8423744B2 (en) System and method of squeezing memory slabs empty
JPH0883210A (en) Apparatus with electronic data processor
US11372681B2 (en) Slab memory allocator with dynamic buffer resizing
US6804761B1 (en) Memory allocation system and method
JP2007141226A (en) System, method and program for allocating shared memory
US6219772B1 (en) Method for efficient memory allocation of small data blocks
CN111078410A (en) Memory allocation method and device, storage medium and electronic equipment
TWI506538B (en) Dynamic memory allocation
US7523284B1 (en) Method and apparatus for providing memory management within a system management mode
US20100299672A1 (en) Memory management device, computer system, and memory management method
KR19990019417A (en) Memory Management
US20090187911A1 (en) Computer device with reserved memory for priority applications
US6338125B1 (en) Dynamic slot allocation and tracking of multiple memory requests
US7299467B2 (en) Method and system for minimizing memory access latency in a computer system
US20060230246A1 (en) Memory allocation technique using memory resource groups
KR101058969B1 (en) Memory allocation method and memory allocation device using same
CN112948336B (en) Data acceleration method, cache unit, electronic device and storage medium
CN112162780B (en) Application operation control method and device and electronic equipment
KR19980084404A (en) Memory Management

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application