Home
last modified time | relevance | path

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

/freebsd-head/usr.bin/top/
HDdisplay.h20 void i_memory(int *stats);
HDtop.c77 static void (*d_memory)(int *stats) = i_memory;
1195 d_memory = i_memory; in reset_display()
HDdisplay.c559 i_memory(int *stats) in i_memory() function