MCPcopy Create free account
hub / github.com/acl-dev/acl / test2

Function test2

lib_acl/samples/benchmark/split/main.c:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89static void test2(long long max, const char *str, const char *sep) {
90 long long i;
91
92 for (i = 0; i < max; i++) {
93 ACL_ARGV *argv = split2(str, sep);
94 acl_argv_free(argv);
95 }
96}
97
98static ACL_ARGV *split3(char *str, const char *sep) {
99 char *ptr = str, *start = str;

Callers 1

mainFunction · 0.70

Calls 2

split2Function · 0.85
acl_argv_freeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…