Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deallocate
Method · 0.50
Delete
Method · 0.50
Delete
Method · 0.50
priv_deallocate
Method · 0.50
priv_deallocate
Method · 0.50
operator()
Method · 0.50
~fixed_vector
Method · 0.50
globalFree
Method · 0.50
Calls
1
alloc
Method · 0.45
Tested by
1
deallocate
Method · 0.40