Searched refs:malloc_type_realloc (Results 1 – 2 of 2) sorted by relevance
101 malloc_type_realloc(void *ptr, size_t size, malloc_type_id_t type_id) in malloc_type_realloc() function104 if (_libkernel_functions->malloc_type_realloc) { in malloc_type_realloc()105 return _libkernel_functions->malloc_type_realloc(ptr, size, type_id); in malloc_type_realloc()115 void *nptr = malloc_type_realloc(ptr, size, type_id); in malloc_type_reallocf()
86 void* (*LIBKERNEL_FUNCTION_PTRAUTH(malloc_type_realloc))(void *, size_t, malloc_type_id_t);