Title:
|
VISUALIZATION OF MEMORY USAGE CORRESPONDING TO C PROGRAM SOURCE CODE |
Author(s):
|
Kyoko Iwasawa, Takuhiro Okamura |
ISBN:
|
978-972-8939-74-8 |
Editors:
|
Yingcai Xiao |
Year:
|
2012 |
Edition:
|
Single |
Keywords:
|
C program, memory usage, dynamic allocation, memory leak, graphical and interactive display |
Type:
|
Poster/Demonstration |
First Page:
|
177 |
Last Page:
|
178 |
Language:
|
English |
Cover:
|
|
Full Contents:
|
click to dowload
|
Paper Abstract:
|
Our visualizing system shows the situation of memory usage of C programs. It includes both stack area of local data and dynamic allocated area. It makes a log file about memory usage by modified user program execution and then analyzes the log file to make the usage graph. Based on the graphical image, user can know where each event occurred on the C source program interactively. Therefore user can recognize the accurate location where the largest memory area was used, and find which memory allocation caused memory leak. These functions are efficient for embedded system, whose memory size is limited strictly. |
|
|
|
|