Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/parameter_server
/ Bitmap
Method
Bitmap
src/util/bitmap.h:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
class Bitmap {
14
public:
15
Bitmap() { }
16
Bitmap(uint32 size, bool value = false) { resize(size, value); }
17
~Bitmap() { clear(); }
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected