MCPcopy 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
168void
169operator delete(void *ptr) noexcept {
170 je_free(ptr);
171}
172
173void
174operator delete[](void *ptr) noexcept {

Callers

nothing calls this directly

Calls 3

je_freeFunction · 0.85
sizedDeleteImplFunction · 0.85
alignedSizedDeleteImplFunction · 0.85

Tested by

no test coverage detected