Home | History | Annotate | Download | only in runtime

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_startStops on start until __tsan_resume() is called (for debugging).running_on_valgrindControls whether RunningOnValgrind() returns true or false.history_sizePer-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_syncControls 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_forkDie after multi-threaded fork if the child creates new threads.    #%n %f %S %MThreadSanitizer: incorrect value for history_size (must be [0..7])