MCPcopy 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
39void string_free(ACE_CDR::Char* ptr)
40{
41 std::free(ptr);
42}
43
44ACE_CDR::WChar* wstring_alloc(ACE_CDR::ULong size)
45{

Callers 12

freeMethod · 0.70
get_string_valueMethod · 0.50
~SingleValueMethod · 0.50
read_basic_valueMethod · 0.50
get_string_valueMethod · 0.50
enum_string_helperMethod · 0.50
get_s8_raw_valueMethod · 0.50
set_s8_raw_valueMethod · 0.50
ACE_ALLOCATOR_NEWFunction · 0.50
freeMethod · 0.50

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected