Scroom
0.14-48-ga0fee447
Loading...
Searching...
No Matches
Functions
anonymous_namespace{layeroperations.cc} Namespace Reference
Functions
std::shared_ptr< unsigned char >
shared_malloc
(size_t size)
Function Documentation
◆
shared_malloc()
std::shared_ptr< unsigned char > anonymous_namespace{layeroperations.cc}::shared_malloc
(
size_t
size
)
28
{
return
{
static_cast<
unsigned
char
*
>
(malloc(size)), free}; }
anonymous_namespace{layeroperations.cc}
Generated by
1.9.8