Searched defs:allowGnuMalloc (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_scanf_interceptor_test.cc31 static void testScanf3(void *ctx, int result, bool allowGnuMalloc, argument
35 scanf_common(ctx, result, allowGnuMalloc, format, ap);
40 bool allowGnuMalloc, unsigned n,
44 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format,
59 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ true, n, ap);
67 testScanf2(format, scanf_result, /* allowGnuMalloc */ true, n, ap);
74 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ false, n, ap);
39 testScanf2(const char *format, int scanf_result, bool allowGnuMalloc, unsigned n, va_list expected_sizes) argument

Completed in 2708 milliseconds