Home
last modified time | relevance | path

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

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