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

Method alloc

sql/sql_class.h:689–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687 { return state == STMT_CONVENTIONAL_EXECUTION; }
688
689 inline void* alloc(size_t size) { return alloc_root(mem_root,size); }
690 inline void* calloc(size_t size)
691 {
692 void *ptr;

Callers

nothing calls this directly

Calls 1

alloc_rootFunction · 0.85

Tested by

no test coverage detected