ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper Lock-Free Memory Allocator without Garbage Collection on Multicore Embedded Devices
Cited 1 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Youngjoong Cho, Dongwoo Lee, Hyung KooK Jun, Young Ik Eom
Issue Date
2014-01
Citation
International Conference on Consumer Electronics (ICCE) 2014, pp.428-429
Publisher
IEEE
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.1109/ICCE.2014.6776071
Abstract
This paper suggests a new memory allocator for embedded devices. We design a memory allocator that uses lock-free mechanism for reducing overheads incurred by locks in multi-core environment. Experimental results show that our memory allocator is faster and more scalable than existing memory allocator in executing multi-threaded applications in embedded devices. On average, performance improvement of our memory allocator is 26% in producer-consumer pattern and 65% in general pattern. © 2014 IEEE.
KSP Keywords
Garbage collection(GC), Memory allocator, Multi-threaded applications, embedded device, lock-free, multi-Core, performance improvement, producer-consumer