Searched refs:_MEM_REALLOC (Results 1 – 1 of 1) sorted by relevance
714 #define _MEM_REALLOC(_ptr, _newsize)\ macro732 #define _MEM_REALLOC(_ptr, _newsize) \ macro754 #define _MEM_REALLOC(_ptr, _newsize) \ macro762 #define _MEM_REALLOC(...) RT_NULL macro843 nptr = _MEM_REALLOC(ptr, newsize); in rt_realloc()
Completed in 4 milliseconds