Searched refs:KASAN_HEAP_TYPES (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/san/memory/ | ||
| H A D | kasan-classic.h | 97 #define KASAN_HEAP_TYPES 3 macro |
| H A D | kasan-classic.c | 741 assert(type >= 0 && type < KASAN_HEAP_TYPES); in kasan_free_internal() |