Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
array
Method · 0.80
array
Class · 0.80
holder
Method · 0.80
destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected