Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Free
Function
Free
engine/dlib/src/dlib/image.cpp:136–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
void Free(Image* image)
137
{
138
free(image->m_Buffer);
139
memset(image, 0, sizeof(*image));
140
}
141
142
Type GetType(HImage image)
143
{
Callers
7
DeleteImage
Function · 0.70
TEST
Function · 0.50
~RingBuffer
Method · 0.50
SetCapacity
Method · 0.50
Image_Load
Function · 0.50
Image_LoadBuffer
Function · 0.50
~btUnionFind
Method · 0.50
Calls
1
free
Function · 0.85
Tested by
1
TEST
Function · 0.40