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

Function __divmod

include/stdexec/__detail/__task.hpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 };
68
69 constexpr size_t __divmod(size_t __total_size, size_t __chunk_size) noexcept
70 {
71 return (__total_size / __chunk_size) + (__total_size % __chunk_size != 0);
72 }
73
74 struct alignas(__STDCPP_DEFAULT_NEW_ALIGNMENT__) __memblock
75 {

Callers 3

__deallocate_Method · 0.85
operator deleteFunction · 0.85
operator newFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected