Change to using tcb info and Add Non-scheduled resource info in Heapinfo 59/111059/2
authorjc_.kim <jc_.kim@samsung.com>
Thu, 19 Jan 2017 08:43:56 +0000 (17:43 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Thu, 19 Jan 2017 08:49:47 +0000 (17:49 +0900)
commitffd26733af5609b2c9a996ede56b0abe62a5e006
treebe86ca1ceff781881f0611b324f54dc351c908da
parentae09b1116a636e3a6367edd42f161a018b4a3d30
Change to using tcb info and Add Non-scheduled resource info in Heapinfo

- Add Non-scheduled info:group res, child task's res and leaks
Parent res will not be released before all child tasks are terminated
- Modify calculation in mm_realloc and mm_memalign
- Display ppid instead of gid in kdbg_heapinfo

Change-Id: Ifc2b9b7c4f31561b39184e92e4c4164d38ca4e94
apps/system/utils/kdbg_heapinfo.c
os/include/tinyara/mm/mm.h
os/mm/mm_heap/mm_free.c
os/mm/mm_heap/mm_heapinfo.c
os/mm/mm_heap/mm_malloc.c
os/mm/mm_heap/mm_memalign.c
os/mm/mm_heap/mm_realloc.c