MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / operator delete[]

Function operator delete[]

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_sdallocx_noflagsFunction · 0.85
je_freeFunction · 0.70

Tested by

no test coverage detected