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:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
#endif // __cpp_aligned_new
167
168
void
169
operator delete(void *ptr) noexcept {
170
je_free(ptr);
171
}
172
173
void
174
operator delete[](void *ptr) 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