MCPcopy 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
35void operator delete(void* ptr) noexcept {
36 VVL_TracyFree(ptr);
37 free(ptr);
38}
39
40void* operator new[](std::size_t size) {
41 auto ptr = malloc(size);

Callers 4

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TEST_FFunction · 0.85
UnmapMemoryFunction · 0.85

Calls 1

vvl_aligned_freeFunction · 0.85

Tested by 1

UnmapMemoryFunction · 0.68