Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
148
static 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_delete
Function · 0.85
_ma_ck_real_delete
Function · 0.85
d_search
Function · 0.85
del
Function · 0.85
underflow
Function · 0.85
w_search
Function · 0.85
_ma_balance_page
Function · 0.85
chk_index
Function · 0.85
sort_one_index
Function · 0.85
_ma_write_blob_record
Function · 0.85
_ma_update_blob_record
Function · 0.85
_ma_cmp_dynamic_unique
Function · 0.85
Calls
1
my_free
Function · 0.85
Tested by
no test coverage detected