Home
last modified time | relevance | path

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

/xnu-8792.41.9/san/memory/
H A Dkasan-classic.c653 kasan_check_free(vm_offset_t addr, vm_size_t size, unsigned heap_type) in kasan_check_free() argument
662 access_t type = heap_type == KASAN_HEAP_KALLOC ? TYPE_KFREE : in kasan_check_free()
663 heap_type == KASAN_HEAP_ZALLOC ? TYPE_ZFREE : in kasan_check_free()
664 heap_type == KASAN_HEAP_FAKESTACK ? TYPE_FSFREE : 0; in kasan_check_free()