Searched refs:REALLOC (Results 1 – 7 of 7) sorted by relevance
114 case REALLOC: in PrintEntry()139 printf("%s size %zu\n", entry.type == REALLOC && entry.u.old_ptr != 0 ? "realloc" : "alloc", in PrintEntry()166 case REALLOC: in ProcessTrace()169 if (entry.type == REALLOC) { in ProcessTrace()
38 case REALLOC: in AllocDoesFree()113 case REALLOC: in AllocExecute()
27 REALLOC, enumerator
70 entry->type = REALLOC; in AllocGetData()
56 case REALLOC: in GetMaxAllocs()
112 case REALLOC: { in GetTraceData()206 case REALLOC: in RunTrace()
89 EXPECT_EQ(REALLOC, entry.type); in TEST()