memory : use size_t instead of int 02/123302/1 accepted/tizen/unified/20170406.055123 submit/tizen/20170405.073013
authorKichan Kwon <k_c.kwon@samsung.com>
Wed, 5 Apr 2017 07:13:47 +0000 (16:13 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Wed, 5 Apr 2017 07:16:10 +0000 (16:16 +0900)
commit1214fe771bd991dd9c423e79e99f30fa748c1b84
tree417b9f5f6661fab0584afa22c4dd6b6130b3352e
parent66e6574bad9e4bc896984902dcf44fa861928189
memory : use size_t instead of int

- To pass argument with resourced_notify, you should cast to (void *)
- However, in 64bit architecture, build is failed because
 the size of (int) and (void *) is different

Change-Id: Ic7750e292b711777a31b9e80058baaff2b57dee4
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
src/memory/vmpressure-lowmem-handler.c