MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / wstring_free

Function wstring_free

dds/DCPS/Serializer.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void wstring_free(ACE_CDR::WChar* ptr)
50{
51 std::free(ptr);
52}
53
54}
55#endif

Callers 12

get_wstring_valueMethod · 0.50
~SingleValueMethod · 0.50
read_basic_valueMethod · 0.50
get_wstring_valueMethod · 0.50
get_s16_raw_valueMethod · 0.50
set_s16_raw_valueMethod · 0.50
verify_wstring_unionFunction · 0.50
freeMethod · 0.50

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected