Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ operator delete[]
Function
operator delete[]
deps/jemalloc/src/jemalloc_cpp.cpp:110–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void
111
operator delete[](void *ptr) noexcept {
112
je_free(ptr);
113
}
114
115
void
116
operator delete(void *ptr, const std::nothrow_t &) noexcept {
Callers
nothing calls this directly
Calls
2
je_sdallocx_noflags
Function · 0.85
je_free
Function · 0.70
Tested by
no test coverage detected