Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
void wstring_free(ACE_CDR::WChar* ptr)
50
{
51
std::free(ptr);
52
}
53
54
}
55
#endif
Callers
12
get_wstring_value
Method · 0.50
~SingleValue
Method · 0.50
read_basic_value
Method · 0.50
get_wstring_value
Method · 0.50
set_default_basic_value
Method · 0.50
get_s16_raw_value
Method · 0.50
set_s16_raw_value
Method · 0.50
get_cpp11_s16_raw_value
Method · 0.50
verify_single_value_struct
Function · 0.50
verify_sequence_value_struct
Function · 0.50
verify_wstring_union
Function · 0.50
free
Method · 0.50
Calls
1
free
Function · 0.85
Tested by
no test coverage detected