Exemplo n.º 1
0
TEST(stdio, fwrite_after_fread_fast_path) {
  test_fwrite_after_fread(64*1024);
}
Exemplo n.º 2
0
TEST(STDIO_TEST, fwrite_after_fread_fast_path) {
  test_fwrite_after_fread(64*1024);
}
Exemplo n.º 3
0
TEST(stdio, fwrite_after_fread_slow_path) {
  test_fwrite_after_fread(16);
}
Exemplo n.º 4
0
TEST(STDIO_TEST, fwrite_after_fread_slow_path) {
  test_fwrite_after_fread(16);
}