MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / main

Function main

include/jwt/test/test_stack_alloc.cc:9–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9int main()
10{
11 SmallVector<int>::allocator_type::arena_type a;
12 SmallVector<int> v{a};
13
14 v.push_back(1);
15 v.push_back(1);
16 v.push_back(1);
17 v.push_back(1);
18 v.push_back(1);
19 v.push_back(1);
20
21 return 0;
22}

Callers

nothing calls this directly

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected