mirror of https://gitee.com/openkylin/linux.git
3d2fc4c082
The memtype seq_file iterator allocates a buffer in the ->start and ->next functions and frees it in the ->show function. The preferred handling for such resources is to free them in the subsequent ->next or ->stop function call. Since Commit |
||
---|---|---|
.. | ||
Makefile | ||
cpa-test.c | ||
memtype.c | ||
memtype.h | ||
memtype_interval.c | ||
set_memory.c |