MCPcopy Create free account
hub / github.com/cisco/openh264 / WelsFree

Function WelsFree

codec/processing/src/common/memory.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60/////////////////////////////////////////////////////////////////////////////
61
62void WelsFree (void* pPointer, char* pTag) {
63 if (pPointer) {
64 ::free (* (((void**) pPointer) - 1));
65 }
66}
67
68/////////////////////////////////////////////////////////////////////////////
69

Callers 4

InternalReallocateFunction · 0.70
FreeSampleBufferMethod · 0.50
~CBackgroundDetectionMethod · 0.50
ProcessMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected