Home
last modified time | relevance | path

Searched refs:KASAN_HEAP_TYPES (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/san/memory/
H A Dkasan-classic.h97 #define KASAN_HEAP_TYPES 3 macro
H A Dkasan-classic.c741 assert(type >= 0 && type < KASAN_HEAP_TYPES); in kasan_free_internal()