Searched refs:XFERSIZE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_bw_unix.c100 #ifndef XFERSIZE
101 #define XFERSIZE (64*1024) /* all bandwidth I/O should use this */ macro
115 static int optm = XFERSIZE;
202 state->buf = valloc(XFERSIZE);
203 touch(state->buf, XFERSIZE);
331 touch(buf, XFERSIZE);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.h239 #ifndef XFERSIZE
240 #define XFERSIZE (64*1024) /* all bandwidth I/O should use this */ macro

Completed in 35 milliseconds