MCPcopy Create free account
hub / github.com/apache/madlib / ~OutputStreamBufferBase

Method ~OutputStreamBufferBase

src/dbal/OutputStreamBufferBase_impl.hpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27template <class Derived, typename C, class Allocator>
28OutputStreamBufferBase<Derived, C, Allocator>::~OutputStreamBufferBase() {
29 mAllocator.deallocate(mStorage, mStorageSize + 1);
30}
31
32/**
33 * @brief Output a string

Callers

nothing calls this directly

Calls 1

deallocateMethod · 0.80

Tested by

no test coverage detected