Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ pooled_stack_trim_threshold
Function
pooled_stack_trim_threshold
thread/stack-allocator.cpp:168–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
size_t pooled_stack_trim_threshold(size_t x) {
169
return get_pooled_stack_allocator().threshold(x);
170
}
171
172
size_t pooled_stack_trim_current_vcpu(size_t keep_size);
173
size_t pooled_stack_trim_threshold(size_t x);
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
1
threshold
Method · 0.80
Tested by
1
main
Function · 0.68