Home
last modified time | relevance | path

Searched refs:maps_memory (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcslex.c872 # if !maps_memory
935 #if large_memory && maps_memory
962 # if !(large_memory && maps_memory)
983 # if maps_memory
1026 # if maps_memory
1063 # if !maps_memory
1074 #if !maps_memory && large_memory
1107 #if large_memory && maps_memory
1125 # if large_memory && maps_memory
H A Dci.c675 # if large_memory && !maps_memory
679 # if !has_fflush_input && !(large_memory && maps_memory)
694 # if !maps_memory
705 # if !has_fflush_input && !(large_memory && maps_memory)
726 # if !has_fflush_input && !(large_memory && maps_memory)
730 # if large_memory && !maps_memory
H A Drcsbase.h257 #define maps_memory (has_map_fd || has_mmap) macro
266 # if maps_memory
272 # if maps_memory
612 #if large_memory && maps_memory
H A Drcsfcmp.c180 # if large_memory && maps_memory
H A Drcsutil.c776 # if maps_memory
H A DChangeLog36 Fix input file rewinding bug when large_memory && !maps_memory
112 (Iclose): If large_memory and maps_memory, use them to deallocate.
203 (maps_memory): New macro; replaces many instances of `has_mmap'.