MCPcopy Create free account
hub / github.com/F-Stack/f-stack / uma_set_limit

Function uma_set_limit

freebsd/vm/uma_core.c:5056–5061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5054}
5055
5056void
5057uma_set_limit(unsigned long limit)
5058{
5059
5060 uma_kmem_limit = limit;
5061}
5062
5063unsigned long
5064uma_size(void)

Callers 1

kmeminitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected