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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_format_interceptor_test.cc68 static void testScanf3(void *ctx, int result, bool allowGnuMalloc, argument
72 scanf_common(ctx, result, allowGnuMalloc, format, ap);
77 bool allowGnuMalloc, unsigned n,
81 testScanf3((void *)&scanf_sizes, scanf_result, allowGnuMalloc, format,
91 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ true, n, ap);
99 testScanf2(format, scanf_result, /* allowGnuMalloc */ true, n, ap);
106 testScanf2(format, SCANF_ARGS_MAX, /* allowGnuMalloc */ false, n, ap);
76 testScanf2(const char *format, int scanf_result, bool allowGnuMalloc, unsigned n, va_list expected_sizes) argument

Completed in 81 milliseconds