天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

基于OSP平臺(tái)的內(nèi)存管理研究及實(shí)現(xiàn)

發(fā)布時(shí)間:2018-07-16 09:35
【摘要】:隨著通信技術(shù)和互聯(lián)網(wǎng)行業(yè)的迅猛發(fā)展,以及電子智能產(chǎn)品的普及,嵌入式系統(tǒng)的應(yīng)用越來(lái)越廣泛。新一代全球無(wú)線通信標(biāo)準(zhǔn)LTE的提出,使得嵌入式軟件平臺(tái)的開(kāi)發(fā)逐步成為通信領(lǐng)域設(shè)備級(jí)嵌入式單板軟件新的開(kāi)發(fā)模式和實(shí)現(xiàn)思想。內(nèi)存管理的基本任務(wù)就是有效地對(duì)動(dòng)態(tài)和靜態(tài)內(nèi)存進(jìn)行分配、回收,并同時(shí)保證系統(tǒng)的快速性和穩(wěn)定性。因此,本文研究基于嵌入式軟件平臺(tái)的內(nèi)存管理技術(shù),對(duì)保證通信系統(tǒng)中數(shù)據(jù)存儲(chǔ)和發(fā)送的安全性和可靠性具有重要意義。 本文基于嵌入式軟件平臺(tái)OSP,對(duì)四種常用的動(dòng)態(tài)內(nèi)存管理算法的實(shí)現(xiàn)原理、算法性能和基帶處理單元BBU的內(nèi)存需求進(jìn)行分析,研究出適用于OSP平臺(tái)的內(nèi)存管理方案R3,設(shè)計(jì)和實(shí)現(xiàn)OSP平臺(tái)的內(nèi)存管理,并在支持PowerPC體系結(jié)構(gòu)的嵌入式系統(tǒng)下,通過(guò)Linux終端對(duì)BBU板內(nèi)存管理模塊進(jìn)行功能測(cè)試,分析測(cè)試結(jié)果,驗(yàn)證OSP平臺(tái)內(nèi)存管理的可行性。本文主要工作如下: (1)研究了嵌入式軟件平臺(tái)OSP的相關(guān)原理,設(shè)計(jì)出OSP平臺(tái)內(nèi)存管理模塊的總體框架,并講解了實(shí)現(xiàn)系統(tǒng)內(nèi)存管理的關(guān)鍵技術(shù),包括進(jìn)程內(nèi)存分布、內(nèi)存分配方式、虛擬內(nèi)存、內(nèi)存碎片的分類、如何減少內(nèi)存碎片等。 (2)研究了Glibc、TCMalloc、TLSF、Memory Pool等四種常用的動(dòng)態(tài)內(nèi)存管理算法的原理,比較各算法在不同系統(tǒng)需求下的優(yōu)勢(shì)與不足,在X86和PPC環(huán)境下,編程實(shí)現(xiàn)了算法的性能測(cè)試,并對(duì)BBU內(nèi)存需求進(jìn)行分析,研究出符合OSP應(yīng)用實(shí)際需求的內(nèi)存管理方案R3。 (3)采用內(nèi)存管理方案R3,將內(nèi)存區(qū)域分類,設(shè)計(jì)了基本數(shù)據(jù)結(jié)構(gòu)及全局變量,通過(guò)編碼實(shí)現(xiàn)了OSP平臺(tái)的內(nèi)存管理,包括內(nèi)存初始化、內(nèi)存申請(qǐng)、內(nèi)存釋放、內(nèi)存的線程Cache、內(nèi)存信息查看、當(dāng)前任務(wù)內(nèi)存信息查看、內(nèi)存覆蓋檢查、內(nèi)存經(jīng)驗(yàn)值統(tǒng)計(jì)和內(nèi)存轉(zhuǎn)換等,為在基帶處理單元BBU硬件上實(shí)現(xiàn)OSP平臺(tái)的內(nèi)存管理打下了基礎(chǔ)。 (4)分析了基帶處理單元BBU板的硬件架構(gòu)和主要單元的功能,在PPC環(huán)境下對(duì)OSP內(nèi)存管理模塊進(jìn)行板級(jí)測(cè)試,按照測(cè)試流程對(duì)各進(jìn)程的內(nèi)存數(shù)據(jù)進(jìn)行逐步分析和統(tǒng)計(jì),最終在硬件上實(shí)現(xiàn)了OSP平臺(tái)的內(nèi)存管理,為基帶處理單元BBU在OSP平臺(tái)下的消息通信提供了高效、穩(wěn)定的內(nèi)存管理機(jī)制。
[Abstract]:With the rapid development of communication technology and Internet industry, as well as the popularity of electronic intelligent products, embedded systems are more and more widely used. With the new generation of global wireless communication standard LTE, the development of embedded software platform has gradually become a new development mode and realization idea of device level embedded veneer software in communication field. The basic task of memory management is to allocate and recycle the dynamic and static memory effectively, and at the same time to ensure the system's rapidity and stability. Therefore, the research of memory management technology based on embedded software platform is of great significance to ensure the security and reliability of data storage and transmission in communication system. Based on the embedded software platform OSPs, this paper analyzes the implementation principle, algorithm performance and memory requirement of BBU, the four commonly used dynamic memory management algorithms. The memory management scheme R3 for OSP platform is studied. The memory management of OSP platform is designed and implemented. Under the embedded system supporting PowerPC architecture, the function of BBU board memory management module is tested through Linux terminal, and the test results are analyzed. Verify the feasibility of OSP platform memory management. The main work of this paper is as follows: (1) the related principles of the embedded software platform OSP are studied, the overall framework of the OSP platform memory management module is designed, and the key technology of realizing the system memory management, including the distribution of process memory, is explained. Memory allocation, virtual memory, classification of memory fragments, how to reduce memory fragmentation, etc. (2) the principle of four commonly used dynamic memory management algorithms, such as Glibcn TCMallocn TLSFU memory Pool, is studied. Compared the advantages and disadvantages of each algorithm under different system requirements, under the X86 and PPC environment, the performance of the algorithm is tested, and the BBU memory requirements are analyzed. The memory management scheme R3which meets the actual requirements of OSP applications is studied. (3) the memory management scheme R3 is adopted to classify the memory regions, design the basic data structure and global variables, and realize the memory management of OSP platform by coding. Including memory initialization, memory request, memory release, memory thread Cache, memory information view, current task memory information view, memory overlay check, memory experience value statistics and memory conversion, etc. It lays a foundation for realizing the memory management of OSP platform on BBU hardware. (4) the hardware architecture of BBU board and the function of main unit are analyzed. In the PPC environment, the OSP memory management module is tested at the board level. According to the test flow, the memory data of each process are analyzed and counted step by step. Finally, the memory management of the OSP platform is realized on the hardware. It provides an efficient and stable memory management mechanism for message communication of BBU on OSP platform.
【學(xué)位授予單位】:武漢理工大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2013
【分類號(hào)】:TP368.1

【參考文獻(xiàn)】

相關(guān)期刊論文 前1條

1 閆家年;陳文光;鄭緯民;;面向結(jié)構(gòu)體數(shù)據(jù)布局優(yōu)化的高效內(nèi)存管理[J];清華大學(xué)學(xué)報(bào)(自然科學(xué)版);2011年01期

相關(guān)碩士學(xué)位論文 前6條

1 姜力波;Linux內(nèi)存管理分析與研究[D];電子科技大學(xué);2011年

2 王元;嵌入式Linux數(shù)控系統(tǒng)的底層平臺(tái)構(gòu)建[D];上海交通大學(xué);2012年

3 何倫;基于Linux的IMA軟件平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];上海交通大學(xué);2012年

4 李志軍;面向嵌入式實(shí)時(shí)系統(tǒng)的動(dòng)態(tài)內(nèi)存管理方法研究[D];重慶大學(xué);2007年

5 李滿麗;復(fù)雜嵌入式系統(tǒng)內(nèi)存管理方案的研究與實(shí)現(xiàn)[D];廈門(mén)大學(xué);2009年

6 嚴(yán)濤;KVM系統(tǒng)任務(wù)管理的設(shè)計(jì)與實(shí)現(xiàn)[D];華中科技大學(xué);2009年



本文編號(hào):2125974

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2125974.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶6ef29***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com
爱草草在线观看免费视频| 午夜国产精品福利在线观看| 亚洲一区二区三区免费的视频| 亚洲欧洲成人精品香蕉网| 福利专区 久久精品午夜| 亚洲中文字幕在线观看黑人| 99精品国产一区二区青青 | 亚洲av在线视频一区| 麻豆印象传媒在线观看| 好吊一区二区三区在线看| 九九热精品视频在线观看| 欧美老太太性生活大片| 国产一区欧美一区日韩一区| 日本不卡视频在线观看| 99热中文字幕在线精品| 东京干男人都知道的天堂| 草草视频福利在线观看| 国产午夜福利在线免费观看| 好吊妞视频这里有精品| 国产精品视频一级香蕉| 一区二区三区四区亚洲专区| 一区二区三区欧美高清| 综合久综合久综合久久| 国产日韩欧美一区二区| 黑人粗大一区二区三区| 国产福利一区二区久久| 亚洲一区二区精品久久av| 欧美性猛交内射老熟妇| 少妇在线一区二区三区| 午夜国产精品国自产拍av| 亚洲国产精品国自产拍社区| 伊人欧美一区二区三区| 国产精品熟女在线视频| 在线观看免费视频你懂的| 男人大臿蕉香蕉大视频| 亚洲五月婷婷中文字幕| 麻豆看片麻豆免费视频| 欧美日韩久久精品一区二区| 日本成人三级在线播放| 日本国产欧美精品视频| 国产精品欧美日韩中文字幕|