Home | History | Annotate | Download | only in src

Lines Matching refs:test_str

2069   char* test_str = new char[5];
2072 RAW_CHECK(heap_profile->FindAlloc(test_str, &size),
2075 delete[] test_str;
2080 RAW_CHECK(!heap_profile->FindAlloc(test_str, &size),