mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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 |
||
---|---|---|
.. | ||
cpa-test.c | ||
Makefile | ||
memtype.c | ||
memtype.h | ||
memtype_interval.c | ||
set_memory.c |