Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dealloc
Method · 0.80
Calls
1
free
Function · 0.85
Tested by
no test coverage detected