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

Function stack_alloc_free

include/my_stack_alloc.h:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146*/
147
148static inline void stack_alloc_free(void *res, my_bool must_be_freed)
149{
150 if (must_be_freed)
151 my_free(res);
152}
153#endif /* _my_stack_alloc_h */
154
155

Callers 15

_ma_ck_deleteFunction · 0.85
_ma_ck_real_deleteFunction · 0.85
d_searchFunction · 0.85
delFunction · 0.85
underflowFunction · 0.85
w_searchFunction · 0.85
_ma_balance_pageFunction · 0.85
chk_indexFunction · 0.85
sort_one_indexFunction · 0.85
_ma_write_blob_recordFunction · 0.85
_ma_update_blob_recordFunction · 0.85
_ma_cmp_dynamic_uniqueFunction · 0.85

Calls 1

my_freeFunction · 0.85

Tested by

no test coverage detected