Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ deallocate
Method
deallocate
cpp/src/arrow/stl_allocator.h: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
pool_->Free(reinterpret_cast<uint8_t*>(p), n * sizeof(T));
73
}
74
75
size_type size_max() const noexcept { return size_type(-1) / sizeof(T); }
76
Callers
3
Reallocate
Method · 0.80
Free
Method · 0.80
TEST
Function · 0.80
Calls
1
Free
Method · 0.45
Tested by
1
TEST
Function · 0.64