MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / on_capacity_overflow

Function on_capacity_overflow

extern/boost/boost/container/vector.hpp:522–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 { BOOST_ASSERT( c <= stored_size_type(-1)); this->set_stored_capacity(c); }
521
522 static BOOST_CONTAINER_FORCEINLINE void on_capacity_overflow()
523 { }
524
525 private:
526 void priv_first_allocation(size_type cap)

Callers 11

on_capacity_overflowMethod · 0.85
priv_first_allocationMethod · 0.85
deep_swapMethod · 0.85
steal_resourcesMethod · 0.85
priv_merge_in_new_bufferFunction · 0.85
priv_move_assignFunction · 0.85
priv_copy_assignFunction · 0.85
priv_move_to_new_bufferFunction · 0.85
priv_resizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected