Home
last modified time | relevance | path

Searched defs:my_realloc (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Ddhcp_options.c75 my_realloc(void * oldptr, int oldsize, int newsize) in my_realloc() function
94 #define my_realloc(ptr, old_size, new_size) realloc(ptr, new_size) macro