43 size_t local_heap_size_hint()
const;
44 void local_heap_size_hint(
size_t size)
const;
46 unsigned estimated_number_of_links()
const;
47 void estimated_number_of_links(
unsigned nlinks)
const;
49 unsigned estimated_link_name_length()
const;
50 void estimated_link_name_length(
unsigned name_length)
const;
55 void link_storage_thresholds(
unsigned max_compact,
unsigned min_dense)
const;
56 unsigned link_storage_maximum_compact()
const;
57 unsigned link_storage_minimum_dense()
const;
64 void set_estimated_link_info_(
unsigned nlinks,
unsigned name_length,
65 const std::string &error_message)
const;
66 void get_estimated_link_info_(
unsigned &nlinks,
unsigned &name_length,
67 const std::string &error_message)
const;
69 void set_link_phase_change_(
unsigned max_links,
unsigned min_links,
70 const std::string &error_message)
const;
71 void get_link_phase_change_(
unsigned &max_links,
unsigned &min_links,
72 const std::string &error_message)
const;