Searched refs:realloced (Results 1 – 8 of 8) sorted by relevance
18 char *realloced = (char *)realloc(array0, 50 * sizeof(int)); in malloced_array() local22 free(realloced); in malloced_array()
29 char *realloced = (char *)realloc(array0, 50 * sizeof(int)); in malloced_array() local36 free(realloced); in malloced_array()
35 uptr realloced; member
45 Printf("Stats: %zuM realloced by %zu calls\n", realloced >> 20, reallocs); in Print()
491 thread_stats.realloced += new_size; in Reallocate()
45 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print()
713 thread_stats.realloced += new_size; in Reallocate()