mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
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 | ||