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: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_freeFunction · 0.85
je_sdallocxFunction · 0.85

Tested by

no test coverage detected