Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ string_free
Function
string_free
dds/DCPS/Serializer.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void string_free(ACE_CDR::Char* ptr)
40
{
41
std::free(ptr);
42
}
43
44
ACE_CDR::WChar* wstring_alloc(ACE_CDR::ULong size)
45
{
Callers
12
free
Method · 0.70
get_string_value
Method · 0.50
~SingleValue
Method · 0.50
read_basic_value
Method · 0.50
get_string_value
Method · 0.50
set_default_basic_value
Method · 0.50
enum_string_helper
Method · 0.50
get_s8_raw_value
Method · 0.50
set_s8_raw_value
Method · 0.50
get_cpp11_s8_raw_value
Method · 0.50
ACE_ALLOCATOR_NEW
Function · 0.50
free
Method · 0.50
Calls
1
free
Function · 0.85
Tested by
no test coverage detected