MCPcopy Create free account
hub / github.com/activeloopai/deeplake / get_allocated

Method get_allocated

cpp/nd/array.hpp:911–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

909 }
910
911 holder_ptr* get_allocated() const noexcept
912 {
913 return std::launder(&const_cast<data*>(this)->allocated);
914 }
915
916 char raw[s_array_bytes + 1];
917 holder_ptr allocated;

Callers 4

arrayMethod · 0.80
arrayClass · 0.80
holderMethod · 0.80
destroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected