MCPcopy 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
168size_t pooled_stack_trim_threshold(size_t x) {
169 return get_pooled_stack_allocator().threshold(x);
170}
171
172size_t pooled_stack_trim_current_vcpu(size_t keep_size);
173size_t pooled_stack_trim_threshold(size_t x);

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

thresholdMethod · 0.80

Tested by 1

mainFunction · 0.68