MCPcopy Create free account
hub / github.com/MariaDB/server / free_memory

Method free_memory

sql/sql_error.cc:548–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548void Warning_info::free_memory()
549{
550 if (initialized)
551 free_root(&m_warn_root,MYF(0));
552}
553
554Warning_info::~Warning_info()
555{

Callers 4

close_connectionsFunction · 0.45
clean_upFunction · 0.45
~THDMethod · 0.45
acl_freeFunction · 0.45

Calls 1

free_rootFunction · 0.85

Tested by

no test coverage detected