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

Function operator delete

deps/jemalloc/src/jemalloc_cpp.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105void
106operator delete(void *ptr) noexcept {
107 je_free(ptr);
108}
109
110void
111operator delete[](void *ptr) noexcept {

Callers

nothing calls this directly

Calls 2

je_sdallocx_noflagsFunction · 0.85
je_freeFunction · 0.70

Tested by

no test coverage detected