Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Ddisplay.h20 void i_memory(int *stats);
H A Dtop.c77 static void (*d_memory)(int *stats) = i_memory;
1195 d_memory = i_memory; in reset_display()
H A Ddisplay.c559 i_memory(int *stats) in i_memory() function