MCPcopy Create free account
hub / github.com/HelenOS/helenos / reserve

Method reserve

uspace/lib/cpp/include/__bits/adt/unordered_map.hpp:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 }
691
692 void reserve(size_type count)
693 {
694 table_.reserve(count);
695 }
696
697 private:
698 using table_type = aux::hash_table<

Callers 3

unordered_mapClass · 0.45
unordered_multimapClass · 0.45
reserveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected