MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / free_sets

Function free_sets

extra/replace.c:745–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745static void free_sets(REP_SETS *sets)
746{
747 my_free(sets->set_buffer);
748 my_free(sets->bit_buffer);
749 return;
750}
751
752static void internal_set_bit(REP_SET *set, uint bit)
753{

Callers 1

init_replaceFunction · 0.85

Calls 1

my_freeFunction · 0.85

Tested by

no test coverage detected