Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ getSize
Method
getSize
src/Common/ThreadStatus.cpp:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
static size_t getSize() { return std::max<size_t>(16 << 10, MINSIGSTKSZ); }
65
void * getData() const { return data; }
66
67
private:
Callers
1
ThreadStatus
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected