Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Destroy
Function
Destroy
engine/dlib/src/dlib/buffer.cpp:468–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
void Destroy(HBuffer hbuffer)
469
{
470
if (hbuffer) {
471
FreeBuffer(g_BufferContext, hbuffer);
472
}
473
}
474
475
Result GetNumStreams(HBuffer hbuffer, uint32_t* num_streams)
476
{
Callers
11
LogFinalize
Function · 0.70
~ContextDestroyer
Method · 0.70
DestroyListener
Function · 0.50
TEST
Function · 0.50
TearDown
Method · 0.50
TearDown
Method · 0.50
TearDown
Method · 0.50
TEST_F
Function · 0.50
Destroy
Method · 0.50
Collide
Method · 0.50
DestroyJoint
Method · 0.50
Calls
1
FreeBuffer
Function · 0.85
Tested by
5
TEST
Function · 0.40
TearDown
Method · 0.40
TearDown
Method · 0.40
TearDown
Method · 0.40
TEST_F
Function · 0.40