Lines Matching full:realloc
7 void *realloc(void *ptr, size_t size);26 tmp = (char*)realloc(buf, 0x1000000);67 tmp = (char*)realloc(buf, 0x1000000);