pub const dr_cleancall_save_t_DR_CLEANCALL_ALWAYS_OUT_OF_LINE: dr_cleancall_save_t = 128;Expand description
Requests that out-of-line state save and restore routines be used even when a subset of the state does not need to be preserved for this callee. Also disables inlining. This helps guarantee that the inserted code remains small.