MCPcopy 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

LogFinalizeFunction · 0.70
~ContextDestroyerMethod · 0.70
DestroyListenerFunction · 0.50
TESTFunction · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
TEST_FFunction · 0.50
DestroyMethod · 0.50
CollideMethod · 0.50
DestroyJointMethod · 0.50

Calls 1

FreeBufferFunction · 0.85

Tested by 5

TESTFunction · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
TEST_FFunction · 0.40