Home
last modified time | relevance | path

Searched refs:i_memory (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.bin/top/
H A Ddisplay.h21 void i_memory(int *stats);
H A Dtop.c79 static void (*d_memory)(int *stats) = i_memory;
1197 d_memory = i_memory; in reset_display()
H A Ddisplay.c561 i_memory(int *stats) in i_memory() function