Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-ValidationLayers
/ vvl_aligned_free
Function
vvl_aligned_free
layers/profiling/profiling.cpp:87–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void vvl_aligned_free(void* ptr) { free(((void**)ptr)[-1]); }
88
#endif
89
90
void* operator new(std::size_t size, std::align_val_t al) noexcept(false) {
Callers
2
operator delete
Function · 0.85
operator delete[]
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected