MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / release

Method release

test/embind/embind_test.cpp:3192–3196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3190 }
3191
3192 void release(T* px) {
3193 if (px && --px->referenceCount == 0) {
3194 delete px;
3195 }
3196 }
3197
3198 T* px;
3199

Callers 1

test_auto_ptrFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected