Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ deallocate
Method
deallocate
include/sonic/allocator.h:492–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
490
}
491
492
void deallocate(void* p, size_type) { alloc_->Free(p); }
493
494
pointer address(reference x) const { return &x; }
495
const_pointer address(const_reference x) const { return &x; }
Callers
nothing calls this directly
Calls
1
Free
Method · 0.45
Tested by
no test coverage detected