MCPcopy 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
173void
174operator delete[](void *ptr) noexcept {
175 je_free(ptr);
176}
177
178void
179operator delete(void *ptr, const std::nothrow_t &) noexcept {

Callers

nothing calls this directly

Calls 3

je_freeFunction · 0.85
sizedDeleteImplFunction · 0.85
alignedSizedDeleteImplFunction · 0.85

Tested by

no test coverage detected