MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / destroy_allocated

Method destroy_allocated

include/concurrencpp/task.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 static void destroy_allocated(void* target) noexcept {
87 auto callable_ptr = allocated_ptr(target);
88 delete callable_ptr;
89 }
90
91 static constexpr vtable make_vtable() noexcept {
92 void (*move_destroy_fn)(void* src, void* dst) noexcept = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected