Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h152 (space) = (cast)__REALLOC(addr, size, type, flags, &site); })
160 __REALLOC(addr, size, type, flags, &site); })
176 extern void *__REALLOC(
/xnu-8019.80.24/bsd/kern/
H A Dkern_malloc.c134 __REALLOC( in __REALLOC() function