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

Method run

lib_acl_cpp/samples/dbuf/dbuf4/main.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 myobj(acl::dbuf_guard* dbuf, int i) : dbuf_(dbuf), i_(i) {}
10
11 void run()
12 {
13 for (int i = 0; i < 100; i++) {
14 char* s = dbuf_->dbuf_strdup("hello");
15 bufs_.push_back(s);
16 }
17 printf("hello world\r\n");
18 }
19
20 int get(void) const
21 {

Callers 1

testFunction · 0.45

Calls 2

dbuf_strdupMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected