Lines Matching refs:Printf
139 Printf("ASAN_MMAP: [%p, %p)\n", res, res + size); in MmapNewPagesAndPoisonShadow()
232 Printf("%p is located ", (void*)addr); in DescribeAddress()
234 Printf("%zu bytes inside of", offset); in DescribeAddress()
236 Printf("%zu bytes to the left of", offset); in DescribeAddress()
238 Printf("%zu bytes to the right of", offset); in DescribeAddress()
240 Printf(" somewhere around (this is AddressSanitizer bug!)"); in DescribeAddress()
242 Printf(" %zu-byte region [%p,%p)\n", in DescribeAddress()
404 Printf(" MallocInfo: in quarantine: %zu malloced: %zu; ", in PrintStatus()
413 Printf("%zu:%zu ", j, t >> 20); in PrintStatus()
415 Printf("\n"); in PrintStatus()
603 Printf("freed by thread T%d here:\n", free_thread->tid()); in DescribeHeapAddress()
608 Printf("previously allocated by thread T%d here:\n", in DescribeHeapAddress()
616 Printf("allocated by thread T%d here:\n", alloc_thread->tid()); in DescribeHeapAddress()
649 Printf("Allocate align: %zu size: %zu class: %u real: %zu\n", in Allocate()
920 Printf("alloc_size %zu log %zu\n", alloc_size, log); in ComputeSizeClass()