Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/madlib
/ deallocate
Method
deallocate
src/utils/MallocAllocator.hpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void deallocate(pointer p, size_type /* n */) {
72
std::free(static_cast<void*>(p));
73
}
74
75
size_type max_size() const throw () {
76
return size_type(-1) / sizeof(T);
Callers
2
~OutputStreamBufferBase
Method · 0.80
overflow
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected