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

Function vm_size_max

freebsd/vm/vm_map.c:1061–1066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059}
1060
1061static inline vm_size_t
1062vm_size_max(vm_size_t a, vm_size_t b)
1063{
1064
1065 return (a > b ? a : b);
1066}
1067
1068#define SPLAY_LEFT_STEP(root, y, llist, rlist, test) do { \
1069 vm_map_entry_t z; \

Callers 9

vm_map.cFile · 0.85
vm_map_splayFunction · 0.85
vm_map_entry_linkFunction · 0.85
vm_map_entry_unlinkFunction · 0.85
vm_map_entry_resizeFunction · 0.85
vm_map_findspaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected