MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / deallocId

Method deallocId

lib/library.cpp:2031–2035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2029}
2030
2031int Library::deallocId(const char name[]) const
2032{
2033 const AllocFunc* af = getAllocDealloc(mData->mDealloc, name);
2034 return af ? af->groupId : 0;
2035}
2036
2037const std::set<std::string> &Library::markupExtensions() const
2038{

Callers 6

getAllocationTypeMethod · 0.80
getReallocationTypeMethod · 0.80
getDeallocationTypeMethod · 0.80
memoryMethod · 0.80
memory2Method · 0.80
resourceMethod · 0.80

Calls 1

getAllocDeallocFunction · 0.85

Tested by 3

memoryMethod · 0.64
memory2Method · 0.64
resourceMethod · 0.64