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

Method __any_alloc

include/stdexec/__detail/__task.hpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 static_assert(__same_as<value_type, __memblock>);
89
90 explicit __any_alloc(_PAlloc __alloc)
91 : __alloc_(std::move(__alloc))
92 {}
93
94 void __deallocate_(void* __ptr, size_t __bytes) noexcept final
95 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected