File: stream_lib.h

package info (click to toggle)
numactl 2.0.8~rc4-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 784 kB
  • sloc: ansic: 5,765; sh: 363; makefile: 150; perl: 59
file content (11 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
long stream_memsize(void);
long stream_init(void *mem);
#define STREAM_NRESULTS 4
void stream_test(double *res);
void stream_check(void);
void stream_setmem(unsigned long size);
extern int stream_verbose;
extern char *stream_names[];