Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/wrappers/
H A D_libc_funcptr.c101 malloc_type_realloc(void *ptr, size_t size, malloc_type_id_t type_id) in malloc_type_realloc() function
104 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()
H A D_libkernel_init.h86 void* (*LIBKERNEL_FUNCTION_PTRAUTH(malloc_type_realloc))(void *, size_t, malloc_type_id_t);