Home | History | Annotate | Download | only in allocator

Lines Matching defs:dst

421       unsigned char* dst =
423 EXPECT_TRUE(Valid(dst, min(src_size, dst_size)));
424 Fill(dst, dst_size);
425 EXPECT_TRUE(Valid(dst, dst_size));
426 if (dst != NULL) free(dst);
473 unsigned char* dst =
475 EXPECT_TRUE(Valid(dst, min(src_size, dst_size)));
476 Fill(dst, dst_size);
477 EXPECT_TRUE(Valid(dst, dst_size));
478 if (dst != NULL)
479 free(dst);