Home | History | Annotate | Download | only in tests

Lines Matching refs:Ident

226     Ident(n_frames);
252 Ident(n_frames);
367 char *array = Ident((char*)malloc(kArraySize));
368 int *int_ptr = Ident(new int);
397 void *zero_alloc = Ident(malloc(0));
414 array = Ident((char*)malloc(kMallocSize));
424 int *x = Ident(new int);
425 delete Ident(x);
426 delete Ident(x);
439 free(Ident(malloc(kLargeMallocSize)));
449 free(Ident(malloc(kLargeMallocSize)));
467 free(Ident(malloc(kLargeMallocSize))); // Drain quarantine.
471 free(Ident(malloc(kLargeMallocSize)));
489 free(Ident(malloc(kLargeMallocSize)));
510 chunks[0] = Ident((char*)malloc(kChunkSize));
513 chunks[i] = Ident((char*)malloc(kChunkSize));
534 free(Ident(malloc(kManyThreadsMallocSizes[size_index])));
538 free(Ident(malloc(1 << 20)));
588 char *array = Ident((char*)malloc(120));
606 char *array = Ident((char*)malloc(120));
628 char *vec = Ident((char*)malloc(20));
710 char *arr = Ident((char*)malloc(kSize));
780 Ident(memset)(x, 0, size);
789 Ident(memset)(x, 0, size);
797 char *array = Ident((char*)malloc(120));
858 EXPECT_EQ(0L, Ident(p));
866 EXPECT_EQ(0L, Ident(p));
875 char *x = Ident((char*)calloc(1, size));
882 free(Ident(x));
883 free(Ident(malloc(Ident(1 << 27)))); // Try to drain the quarantine.