Outline instrumentation

configname: CONFIG_KASAN_OUTLINE

Instrumentation type
└─>Outline instrumentation
In linux kernel since version 3.10 (release Date: 2013-06-30)  
Makes the compiler insert function calls that check whether the memory
is accessible before each memory access. Slower than KASAN_INLINE, but
does not bloat the size of the kernel's .text section so much.