MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / deallocate

Method deallocate

test/stdexec/detail/test_any.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 constexpr void deallocate(_Value *ptr, std::size_t n) noexcept
53 {
54 bytes_ -= n * sizeof(_Value);
55 ::operator delete(ptr);
56 }
57
58 bool operator==(test_allocator const &other) const noexcept
59 {

Callers

nothing calls this directly

Calls 1

operator deleteFunction · 0.85

Tested by

no test coverage detected