Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ release
Method
release
gpcontrib/gpcloud/include/s3memory_mgmt.h:182–185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
void release() {
183
// clear() will not release the memory, we use the swap approach to force release memory.
184
S3VectorUInt8(this->get_allocator()).swap(*this);
185
}
186
};
187
188
#endif
Callers
2
read
Method · 0.45
clearBuffers
Method · 0.45
Calls
1
S3VectorUInt8
Class · 0.85
Tested by
no test coverage detected