Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/defval/
Dmisc.h40 void *Realloc(void *buffer, int size);
Dmisc.c143 void *Realloc(void *buffer, int size) in Realloc() function
271 buffer = Realloc(buffer, buffer_size); in Fgets()