Home | History | Annotate | Download | only in perf

Lines Matching full:realloc

2200     unsigned long data_allocated; /* used for realloc() handling */
2886 DEF(TOK_realloc, "realloc")
4218 DEF(TOK_realloc, "realloc")
6739 ptr1 = realloc(ptr, size);
6759 #define realloc(p, s) use_tcc_realloc(p, s)
6856 /* realloc section and set its content to zero */