MCPcopy Create free account
hub / github.com/async-profiler/async-profiler / Dictionary

Method Dictionary

src/dictionary.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24Dictionary::Dictionary() {
25 _table = (DictTable*)calloc(1, sizeof(DictTable));
26 _base_index = _table->base_index = 1;
27}
28
29Dictionary::~Dictionary() {
30 clear(_table);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected