Lines Matching full:resident
742 Resident memory limit in MB to aim at.If the process consumes more memory, then TSan will flush shadow memory. stop_on_start Stops on start until __tsan_resume() is called (for debugging). running_on_valgrind Controls whether RunningOnValgrind() returns true or false. history_size Per-thread history size, controls how many previous memory accesses are remembered per thread. Possible values are [0..7]. history_size=0 amounts to 32K memory accesses. Each next value doubles the amount of memory accesses, up to history_size=7 that amounts to 4M memory accesses. The default value is 2 (128K memory accesses). io_sync Controls level of synchronization implied by IO operations. 0 - no synchronization 1 - reasonable level of synchronization (write->read)2 - global synchronization of all IO operations. die_after_fork Die after multi-threaded fork if the child creates new threads. #%n %f %S %M ThreadSanitizer: incorrect value for history_size (must be [0..7])