Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ AlignedFree
Function
AlignedFree
engine/dlib/src/dlib/memory.cpp:59–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void AlignedFree(void* memptr)
60
{
61
#if defined(__GNUC__)
62
free(memptr);
63
#elif defined(_MSC_VER)
64
_aligned_free(memptr);
65
#else
66
#error
"dmMemory::AlignedFree not implemented for this platform."
67
#endif
68
}
69
}
Callers
15
PropertyContainerDestroy
Function · 0.85
Sys_FreeTableSerializationBuffer
Function · 0.85
TEST_F
Function · 0.85
LoadMessage
Function · 0.85
LoadMessageFromFile
Function · 0.85
FreeMessage
Function · 0.85
TEST
Function · 0.85
ReadFile
Function · 0.85
FreeBuffer
Function · 0.85
TEST
Function · 0.85
ReadFile
Function · 0.85
PlaySound
Function · 0.85
Calls
1
free
Function · 0.85
Tested by
11
TEST_F
Function · 0.68
TEST
Function · 0.68
ReadFile
Function · 0.68
TEST
Function · 0.68
ReadFile
Function · 0.68
PlaySound
Function · 0.68
TEST_P
Function · 0.68
TEST_F
Function · 0.68
TEST_P
Function · 0.68
TEST_F
Function · 0.68
TEST_F
Function · 0.68