MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / deallocate

Method deallocate

stdlib/cpp/vector.hpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 static void deallocate(T* ptr) noexcept {
300 ::free(ptr);
301 }
302};
303
304} // namespace std

Callers 1

deallocMethod · 0.80

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected