Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-ValidationLayers
/ operator delete
Function
operator delete
layers/profiling/profiling.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void operator delete(void* ptr) noexcept {
36
VVL_TracyFree(ptr);
37
free(ptr);
38
}
39
40
void* operator new[](std::size_t size) {
41
auto ptr = malloc(size);
Callers
4
TEST_F
Function · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
UnmapMemory
Function · 0.85
Calls
1
vvl_aligned_free
Function · 0.85
Tested by
1
UnmapMemory
Function · 0.68