Files
linux/drivers
changqing.gao 33081d7a7b binder: fix memory leak [1/1]
PD#TV-3541

Problem:
1.only vmalloc 4KB at first.
2.if user space need more memory, try to allocate a new vmalloc
  range with large size and move all related data to new place.
3.the first 4KB is not free when release this binder.

Solution:
free the first 4KB when release binder.

Verify:
R311

Change-Id: I4429de04a260671e4626b77ec340e47e436d5c8d
Signed-off-by: changqing.gao <changqing.gao@amlogic.com>
2019-07-23 17:52:49 +09:00
..
2019-07-23 17:52:49 +09:00
2018-12-12 14:43:03 +09:00
2019-05-14 19:19:34 +02:00
2019-07-23 17:52:49 +09:00
2019-07-23 17:52:49 +09:00
2018-12-21 14:11:36 +01:00
2018-11-13 11:17:02 -08:00
2018-11-27 16:09:41 +01:00
2019-07-23 17:52:49 +09:00
2019-04-27 09:34:40 +02:00
2018-12-12 14:43:03 +09:00
2018-12-12 14:43:03 +09:00