Initialize the project.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:10:58 +0000 (17:10 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 20 Dec 2012 08:10:58 +0000 (17:10 +0900)
commit22f84d43dab1118a4bf64b2bc187f64f23358318
tree575352fa6ab79abb8a56d1368b02b84d70139960
parent0494e95f3463fac59f88b4114834bb175fa150b0
Initialize the project.

Change-Id: I714e97a2fe9f99d5902c34e463737227bbfb5948
14 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
detector/Makefile [new file with mode: 0644]
detector/detector.c [new file with mode: 0644]
detector/test.c [new file with mode: 0644]
heap-monitor.pc.in [new file with mode: 0644]
include/dlist.h [new file with mode: 0644]
include/heap-monitor.h [new file with mode: 0644]
libheap-monitor.manifest [new file with mode: 0644]
packaging/libheap-monitor.spec [new file with mode: 0644]
sample/Makefile [new file with mode: 0644]
sample/sample.c [new file with mode: 0644]
src/dlist.c [new file with mode: 0644]
src/heap-monitor.c [new file with mode: 0644]