Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ aligned_free
Function
aligned_free
include/aligned.h:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
inline void aligned_free(void *ptr)
36
{
37
IF_WIN(_aligned_free,free)(ptr);
38
}
Callers
15
operator delete[]
Method · 0.85
operator delete[]
Method · 0.85
my_free_lock
Function · 0.85
main
Function · 0.85
xb_fil_cur_close
Function · 0.85
zero_out_free_pages
Method · 0.85
xtrabackup_apply_delta
Function · 0.85
main_low
Function · 0.85
pfs_free
Function · 0.85
pfs_free
Function · 0.85
pfs_free
Function · 0.85
page_zip_validate_low
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected