MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / deallocate

Method deallocate

common/allocator.h:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185#endif
186
187 void deallocate(pointer p, size_type n) noexcept {
188 internal::SizedAlignedDelete(p, n * sizeof(T),
189 static_cast<std::align_val_t>(alignof(T)));
190 }
191
192 template <typename U, typename... Args>
193 void construct(U* p, Args&&... args) {

Callers

nothing calls this directly

Calls 1

SizedAlignedDeleteFunction · 0.85

Tested by

no test coverage detected