Home
last modified time | relevance | path

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

/xnu-8020.101.4/san/memory/
H A Dkasan_internal.h108 TYPE_KFREE = BIT(6), /* kfree() */ enumerator
124 TYPE_FREE = TYPE_KFREE | TYPE_ZFREE | TYPE_FSFREE,
H A Dkasan-classic.c659 access_t type = heap_type == KASAN_HEAP_KALLOC ? TYPE_KFREE : in kasan_check_free()