HelenOS sources
stats_get_physmem 213 uspace/app/top/top.c target->physmem = stats_get_physmem();
stats_get_physmem 214 uspace/dist/src/c/demos/top/top.c target->physmem = stats_get_physmem();
stats_get_physmem 47 uspace/lib/c/include/stats.h extern stats_physmem_t *stats_get_physmem(void);
stats_get_physmem 47 uspace/lib/posix/include/libc/stats.h extern stats_physmem_t *stats_get_physmem(void);
stats_get_physmem 457 uspace/lib/posix/src/unistd.c stats_physmem_t *mem_stats = stats_get_physmem();
HelenOS homepage, sources at GitHub