mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
so that libmemstat can be used to view full memory statistics from kernel core dumps and /dev/mem. This is provided via a new query function, memstat_kvm_malloc(), which is also automatically invoked by memstat_kvm_all(). A kvm handle must be passed in. This will allow malloc(9)-specific code to be removed from vmstat(8). |
||
|---|---|---|
| .. | ||
| libmemstat.3 | ||
| Makefile | ||
| memstat.c | ||
| memstat.h | ||
| memstat_all.c | ||
| memstat_internal.h | ||
| memstat_malloc.c | ||
| memstat_uma.c | ||