~ubuntu-branches/ubuntu/trusty/numactl/trusty

« back to all changes in this revision

Viewing changes to stream_int.h

  • Committer: Bazaar Package Importer
  • Author(s): Ian Wienand
  • Date: 2006-01-04 10:25:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104102527-1seu1f5eafl9iuoc
Tags: 0.9-1
* New upstream
* Most patches accepted into upstream; see upstream changelog or
  debian/patches/README in source package for history

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
long stream_memsize(void);
2
 
long stream_init(void *mem);
3
 
#define STREAM_NRESULTS 4
4
 
void stream_test(double *res);
5
 
void stream_check(void);
6
 
void stream_setmem(unsigned long size);
7
 
extern int stream_verbose; 
8
 
extern char *stream_names[];
9
 
 
10
 
 
11