util: kernel: Use 64-bit unsigned integer for memory information 65/271765/2
authorDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 28 Feb 2022 05:29:14 +0000 (14:29 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 28 Feb 2022 10:02:07 +0000 (19:02 +0900)
commitf04876dfced39bf68e11ae0b04fef85da3a652dc
treec7df424984456053d4f4758c14b6d17c5127b750
parent63fc1facfdcc5c0a3ac723cd3d3142bc307611f6
util: kernel: Use 64-bit unsigned integer for memory information

Since memory information node of kernel can be presented with 32-bit
signed variable as maximum 2GB, to overcome this limitation, this
changes related functions using 64-bit unsigned integer variable.

Change-Id: Id1b1da468ca5e7c98cd65318c854cd5a98ae2086
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/util/kernel.h
src/resource/resource-memory.c
src/resource/resource-process.c
src/util/kernel.c