Searched refs:malloc_type_free (Results 1 – 2 of 2) sorted by relevance
89 malloc_type_free(void *ptr, malloc_type_id_t type_id) in malloc_type_free() function92 if (_libkernel_functions->malloc_type_free) { in malloc_type_free()93 return _libkernel_functions->malloc_type_free(ptr, type_id); in malloc_type_free()
85 void(*LIBKERNEL_FUNCTION_PTRAUTH(malloc_type_free))(void *, malloc_type_id_t);