Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ operator delete[]
Function
operator delete[]
BeefRT/JEMalloc/src/jemalloc_cpp.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void
174
operator delete[](void *ptr) noexcept {
175
je_free(ptr);
176
}
177
178
void
179
operator delete(void *ptr, const std::nothrow_t &) noexcept {
Callers
nothing calls this directly
Calls
3
je_free
Function · 0.85
sizedDeleteImpl
Function · 0.85
alignedSizedDeleteImpl
Function · 0.85
Tested by
no test coverage detected