MCPcopy 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
35inline 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_lockFunction · 0.85
mainFunction · 0.85
xb_fil_cur_closeFunction · 0.85
zero_out_free_pagesMethod · 0.85
xtrabackup_apply_deltaFunction · 0.85
main_lowFunction · 0.85
pfs_freeFunction · 0.85
pfs_freeFunction · 0.85
pfs_freeFunction · 0.85
page_zip_validate_lowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected