Searched refs:present_heap_buf (Results 1 – 2 of 2) sorted by relevance
13 char *present_heap_buf = (char *)malloc(256); in present() local14 sprintf(present_heap_buf, "have ints %d %d %d %d", to_be_removed_const_data, in present()16 printf("%s\n", present_heap_buf); in present()
145 present_heap_buf = f0.FindVariable("present_heap_buf")146 self.assertIn("have ints 5 20 20 5", present_heap_buf.GetSummary())