Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/tprof/
H A Dtprof_top.c106 static size_t sizeof_sample_elm; variable
365 sizeof_sample_elm = n_align(size, __alignof(struct sample_elm)); in sample_init()
514 e = ecalloc(1, sizeof_sample_elm); in sample_collect()