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

Function deallocate

extern/boost/boost/container/vector.hpp:450–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448 }
449
450 BOOST_CONTAINER_FORCEINLINE void deallocate(const pointer &p, size_type n)
451 {
452 allocator_traits_type::deallocate(this->alloc(), p, n);
453 }
454
455 bool try_expand_fwd(size_type at_least)
456 {

Callers 8

deallocateMethod · 0.50
DeleteMethod · 0.50
DeleteMethod · 0.50
priv_deallocateMethod · 0.50
priv_deallocateMethod · 0.50
operator()Method · 0.50
~fixed_vectorMethod · 0.50
globalFreeMethod · 0.50

Calls 1

allocMethod · 0.45

Tested by 1

deallocateMethod · 0.40