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

Function main

lib_acl/samples/zdb/main.cpp:4–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "zdb_test.h"
3
4int main(int argc acl_unused, char *argv[] acl_unused)
5{
6 acl_mem_slice_init(8, 1024, 100000,
7 ACL_SLICE_FLAG_GC2 |
8 ACL_SLICE_FLAG_RTGC_OFF |
9 ACL_SLICE_FLAG_LP64_ALIGN);
10 if (argc == 2 && strncasecmp(argv[1], "zdb", 3) == 0) {
11 acl_msg_open("test.log", "zdb_test");
12 zdb_test_main(argv[1]);
13 } else
14 zdb_test_main("zdb:help");
15 return (0);
16}

Callers

nothing calls this directly

Calls 4

acl_mem_slice_initFunction · 0.85
strncasecmpFunction · 0.85
acl_msg_openFunction · 0.85
zdb_test_mainFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…