KR101383793B1 - 시스템 온 칩에서 메모리 할당 방법 및 장치 - Google Patents
시스템 온 칩에서 메모리 할당 방법 및 장치 Download PDFInfo
- Publication number
- KR101383793B1 KR101383793B1 KR1020080001141A KR20080001141A KR101383793B1 KR 101383793 B1 KR101383793 B1 KR 101383793B1 KR 1020080001141 A KR1020080001141 A KR 1020080001141A KR 20080001141 A KR20080001141 A KR 20080001141A KR 101383793 B1 KR101383793 B1 KR 101383793B1
- Authority
- KR
- South Korea
- Prior art keywords
- bucket
- dedicated
- area
- memory
- allocator
- Prior art date
Links
- 238000000034 method Methods 0.000 title claims abstract description 35
- 238000013467 fragmentation Methods 0.000 abstract description 6
- 238000006062 fragmentation reaction Methods 0.000 abstract description 6
- 238000010586 diagram Methods 0.000 description 5
- 230000006870 function Effects 0.000 description 5
- 230000000694 effects Effects 0.000 description 4
- 238000007726 management method Methods 0.000 description 2
- 239000002699 waste material Substances 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 238000013500 data storage Methods 0.000 description 1
- 238000011010 flushing procedure Methods 0.000 description 1
- 238000004088 simulation Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/0223—User address space allocation, e.g. contiguous or non contiguous base addressing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
- G06F12/08—Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
- G06F12/0802—Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0629—Configuration or reconfiguration of storage systems
- G06F3/0631—Configuration or reconfiguration of storage systems by allocating resources to storage systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0638—Organizing or formatting or addressing of data
- G06F3/0644—Management of space entities, e.g. partitions, extents, pools
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
Claims (13)
- 시스템 온 칩에서 메모리 할당 방법에 있어서,각 객체별로 소정 크기를 갖는 소정 개수의 버킷을 전용 영역으로 설정하는 과정과,상기 설정된 전용 영역을 제외한 나머지 영역을 공유 영역으로 설정하는 과정과,특정 객체에 대한 메모리 할당이 요청될 시에 상기 전용 영역에서 해당 객체의 버킷에 빈 공간이 존재하는지 여부를 검사하는 과정과,상기 전용 영역에서 해당 객체의 버킷에 빈 공간이 존재할 시 상기 빈 공간이 존재하는 버킷을 할당하고, 상기 전용 영역에서 해당 객체의 버킷에 빈 공간이 존재하지 않을 시 상기 공유 영역을 할당하는 과정을 포함하는 것을 특징으로 하는 방법.
- 제 1항에 있어서,메모리 할당 해제가 요청될 시에 포인터를 이용하여 전용 영역에서 각 객체들의 시작 및 끝 주소와 해제할 버킷의 주소를 비교하여 상기 해제할 버킷이 전용 영역에 포함되는지 여부를 판단하는 과정을 포함하는 것을 특징으로 하는 방법.
- 제 1항에 있어서,메모리 할당 해제가 요청될 시에 해제할 버킷의 인덱스와 동일한 인덱스를 가지는 객체의 시작 및 끝 주소와 해제할 버킷의 주소를 비교하여 상기 해제할 버킷이 전용 영역에 포함되는지 여부를 판단하는 과정을 포함하는 것을 특징으로 하는 방법.
- 제 2항 또는 제 3항에 있어서,상기 주소 비교 결과 상기 해제할 버킷이 전용 영역에 포함될 시, 상기 전용 영역을 통해 버킷의 할당을 해제하는 과정과,상기 주소 비교 결과 상기 해제할 버킷이 전용 영역에 포함되지 않을 시, 상기 공유 영역을 통해 해당 버킷의 할당을 해제하는 과정을 포함하는 것을 특징으로 하는 방법.
- 시스템 온 칩에서 메모리 할당 장치에 있어서,각각의 객체에 대한 전용 버킷으로 설정되는 전용 영역과 상기 전용 영역을 제외한 나머지 영역인 공유 영역을 포함하는 메모리와,상기 전용 영역을 관리하는 전용 할당기와 공유 영역을 관리하는 공유 할당기를 포함하여 특정 객체에 대한 메모리 할당이 요청될 시에 상기 전용 영역에서 해당 객체의 버킷에 빈 공간이 존재하는지 여부에 따라 상기 전용 영역 혹은 공유 영역을 할당하는 메모리 할당기를 포함하는 것을 특징으로 하는 장치.
- 제 6항에 있어서,상기 메모리 할당기는,상기 전용 영역에서 해당 객체의 버킷에 빈 공간이 존재할 시 상기 전용 할당기를 통해 상기 빈 공간이 존재하는 버킷을 할당하고, 상기 전용 영역에서 해당 객체의 버킷에 빈 공간이 존재하지 않을 시 상기 공유 할당기를 통해 상기 공유 영역을 할당하는 것을 특징으로 하는 장치.
- 제 6항에 있어서,상기 메모리 할당기는,메모리 할당 해제가 요청될 시에 포인터를 이용하여 전용 영역에서 각 객체들의 시작 및 끝 주소와 해제할 버킷의 주소를 비교하여 상기 해제할 버킷이 전용 영역에 포함되는지 여부를 판단하는 것을 특징으로 하는 장치.
- 제 6항에 있어서,상기 메모리 할당기는,메모리 할당 해제가 요청될 시에 해제할 버킷의 인덱스와 동일한 인덱스를 가지는 객체의 시작 및 끝 주소와 해제할 버킷의 주소를 비교하여 상기 해제할 버킷이 전용 영역에 포함되는지 여부를 판단하는 것을 특징으로 하는 장치.
- 제 8항 또는 제 9항에 있어서,상기 메모리 할당기는,상기 주소 비교 결과 상기 해제할 버킷이 전용 영역에 포함될 시, 상기 전용 할당기를 이용하여 전용 영역에서 버킷의 할당을 해제하고, 상기 주소 비교 결과 상기 해제할 버킷이 전용 영역에 포함되지 않을 시, 상기 공유 할당기를 이용하여 상기 공유 영역에서 해당 버킷의 할당을 해제하는 것을 특징으로 하는 장치.
- 제 1항에 있어서,상기 각 객체별로 소정 크기를 갖는 버킷을 전용 영역으로 설정하는 과정은,특정 시점에 필요로 되는 각 객체의 개수를 기반으로 각 객체의 전용 버킷 수를 결정하는 과정과,상기 각 객체별로 결정된 전용 버킷 수에 대응하는 소정 개수의 버킷을 해당 객체의 전용 영역으로 설정하는 과정을 포함하는 방법.
- 제 6항에 있어서,상기 메모리 할당기는,특정 시점에 필요로 되는 각 객체의 개수를 기반으로 각 객체의 전용 버킷 수를 결정하고, 상기 각 객체별로 결정된 버킷 수에 대응하는 소정 개수의 버킷을 해당 객체의 전용 영역으로 설정하는 것을 특징으로 하는 장치.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080001141A KR101383793B1 (ko) | 2008-01-04 | 2008-01-04 | 시스템 온 칩에서 메모리 할당 방법 및 장치 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020080001141A KR101383793B1 (ko) | 2008-01-04 | 2008-01-04 | 시스템 온 칩에서 메모리 할당 방법 및 장치 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20090075324A KR20090075324A (ko) | 2009-07-08 |
KR101383793B1 true KR101383793B1 (ko) | 2014-04-09 |
Family
ID=41332550
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020080001141A KR101383793B1 (ko) | 2008-01-04 | 2008-01-04 | 시스템 온 칩에서 메모리 할당 방법 및 장치 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR101383793B1 (ko) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20200050886A (ko) * | 2018-11-02 | 2020-05-12 | 요코가와 덴키 가부시키가이샤 | 엔지니어링 장치, 엔지니어링 장치의 제어 방법 및 프로그램 |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102117511B1 (ko) * | 2013-07-30 | 2020-06-02 | 삼성전자주식회사 | 프로세서 및 메모리 제어 방법 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20020056970A (ko) * | 2000-12-30 | 2002-07-11 | 윤종용 | 엠베드 시스템의 동적 메모리 관리방법 및 장치 |
-
2008
- 2008-01-04 KR KR1020080001141A patent/KR101383793B1/ko not_active IP Right Cessation
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20020056970A (ko) * | 2000-12-30 | 2002-07-11 | 윤종용 | 엠베드 시스템의 동적 메모리 관리방법 및 장치 |
Non-Patent Citations (2)
Title |
---|
Audrey Marchand et al.,‘Memory resource management for real-time systems’, IEEE 19th Euromicro Conference on Real-Time Systems, 2007.* |
Audrey Marchand et al.,'Memory resource management for real-time systems', IEEE 19th Euromicro Conference on Real-Time Systems, 2007. * |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20200050886A (ko) * | 2018-11-02 | 2020-05-12 | 요코가와 덴키 가부시키가이샤 | 엔지니어링 장치, 엔지니어링 장치의 제어 방법 및 프로그램 |
KR102280116B1 (ko) * | 2018-11-02 | 2021-07-20 | 요코가와 덴키 가부시키가이샤 | 엔지니어링 장치, 엔지니어링 장치의 제어 방법 및 프로그램 |
US11132184B2 (en) | 2018-11-02 | 2021-09-28 | Yokogawa Electric Corporation | Engineering apparatus, control method, and program for executing a control application |
Also Published As
Publication number | Publication date |
---|---|
KR20090075324A (ko) | 2009-07-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9086952B2 (en) | Memory management and method for allocation using free-list | |
US10552337B2 (en) | Memory management and device | |
JP4511653B2 (ja) | マルチスレッド仮想マシン内におけるメモリ・アロケーションの方法及び装置 | |
JP4702127B2 (ja) | 仮想計算機システム及びその物理リソース再構成方法並びにプログラム | |
US7206890B2 (en) | System and method for reducing accounting overhead during memory allocation | |
JP5510556B2 (ja) | 仮想マシンのストレージスペースおよび物理ホストを管理するための方法およびシステム | |
US7590816B2 (en) | Computer system, management computer and storage system, and storage area allocation amount controlling method | |
US7418568B2 (en) | Memory management technique | |
CN109582600B (zh) | 一种数据处理方法及装置 | |
CN107783812B (zh) | 虚拟机内存管理方法及装置 | |
US20040250041A1 (en) | Heap allocation | |
CN110727517A (zh) | 一种基于分区设计的内存分配方法和装置 | |
US7882505B2 (en) | Method and apparatus for switching between per-thread and per-processor resource pools in multi-threaded programs | |
US20210191777A1 (en) | Memory Allocation in a Hierarchical Memory System | |
US20100325360A1 (en) | Multi-core processor and multi-core processor system | |
Deligiannis et al. | Adaptive memory management scheme for MMU-less embedded systems | |
KR101383793B1 (ko) | 시스템 온 칩에서 메모리 할당 방법 및 장치 | |
US20100241822A1 (en) | Method and apparatus for managing tlb | |
US7434021B2 (en) | Memory allocation in a multi-processor system | |
CN117667776A (zh) | 存储器带宽分配方法及设备 | |
CN113849311A (zh) | 内存空间管理方法、装置、计算机设备和存储介质 | |
WO2008044865A1 (en) | Device and method for allocating memory of terminal device | |
Herter et al. | Making dynamic memory allocation static to support wcet analysis | |
Jeon et al. | Design and implementation of Multi-kernel manager | |
CN114185682B (zh) | 日志输出方法、装置、电子设备及存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20080104 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20121105 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20080104 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20131128 Patent event code: PE09021S01D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20140331 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20140403 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20140404 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration | ||
FPAY | Annual fee payment |
Payment date: 20170330 Year of fee payment: 4 |
|
PR1001 | Payment of annual fee |
Payment date: 20170330 Start annual number: 4 End annual number: 4 |
|
FPAY | Annual fee payment |
Payment date: 20180329 Year of fee payment: 5 |
|
PR1001 | Payment of annual fee |
Payment date: 20180329 Start annual number: 5 End annual number: 5 |
|
LAPS | Lapse due to unpaid annual fee | ||
PC1903 | Unpaid annual fee |
Termination category: Default of registration fee Termination date: 20200114 |