MCPcopy Create free account
hub / github.com/Amanieu/asyncplusplus / aligned_array

Function aligned_array

include/async++/aligned_alloc.h:37–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36public:
37 aligned_array()
38 : length(0), ptr(nullptr) {}
39 aligned_array(std::nullptr_t)
40 : length(0), ptr(nullptr) {}
41 explicit aligned_array(std::size_t length_)

Callers 1

aligned_alloc.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected