Searched refs:gap_end (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cpp | 1277 uptr gap_end = RoundDownTo((uptr)Min(address, max_vm_address), alignment); in FindAvailableMemoryRange() local 1278 uptr gap_size = gap_end > gap_start ? gap_end - gap_start : 0; in FindAvailableMemoryRange()
|
/freebsd/sys/vm/ |
H A D | vm_map.c | 1871 vm_offset_t gap_end; in vm_map_findspace() 1890 * start, save the end of that gap in gap_end to see if the gap is big in vm_map_findspace() 1891 * enough; otherwise set gap_end to start skip gap-checking and move in vm_map_findspace() 1896 gap_end = rlist->start; in vm_map_findspace() 1900 gap_end = start; in vm_map_findspace() 1917 if (length <= gap_end - start) in vm_map_findspace() 4685 vm_offset_t gap_end, gap_start, grow_start; in vm_map_growstack() 4830 gap_end = gap_entry->end; in vm_map_growstack() 4843 gap_end, VM_PROT_NONE, VM_PROT_NONE, in vm_map_growstack() 1870 vm_offset_t gap_end; vm_map_findspace() local 4684 vm_offset_t gap_end, gap_start, grow_start; vm_map_growstack() local
|