Searched refs:malloc_type_malloc (Results 1 – 2 of 2) sorted by relevance
77 malloc_type_malloc(size_t size, malloc_type_id_t type_id) in malloc_type_malloc() function80 if (_libkernel_functions->malloc_type_malloc) { in malloc_type_malloc()81 return _libkernel_functions->malloc_type_malloc(size, type_id); in malloc_type_malloc()
84 void* (*LIBKERNEL_FUNCTION_PTRAUTH(malloc_type_malloc))(size_t, malloc_type_id_t);