MCPcopy Create free account
hub / github.com/F-Stack/f-stack / operator delete[]

Function operator delete[]

app/redis-6.2.6/deps/jemalloc/src/jemalloc_cpp.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void
111operator delete[](void *ptr) noexcept {
112 je_free(ptr);
113}
114
115void
116operator delete(void *ptr, const std::nothrow_t &) noexcept {

Callers

nothing calls this directly

Calls 2

je_freeFunction · 0.85
je_sdallocxFunction · 0.85

Tested by

no test coverage detected