Lines Matching refs:pr_info
44 pr_info("Allocated memory %p-%p\n", base, &base[offset * 2]);
45 pr_info("Attempting bad write to freed memory at %p\n",
53 pr_info("Hmm, didn't get the same memory range.\n");
70 pr_info("Unable to allocate base memory.\n");
76 pr_info("Unable to allocate val memory.\n");
83 pr_info("Value in memory before free: %x\n", base[offset]);
87 pr_info("Attempting bad read from freed memory\n");
91 pr_info("Memory correctly poisoned (%x)\n", saw);
94 pr_info("Memory was not poisoned\n");
103 pr_info("Unable to allocate free page\n");
107 pr_info("Writing to the buddy page before free\n");
111 pr_info("Attempting bad write to the buddy page after free\n");
126 pr_info("Unable to allocate free page\n");
132 pr_info("Unable to allocate val memory.\n");
141 pr_info("Value in memory before free: %x\n", base[0]);
143 pr_info("Attempting to read from freed memory\n");
147 pr_info("Memory correctly poisoned (%x)\n", saw);
150 pr_info("Buddy page was not poisoned\n");
161 pr_info("Unable to allocate double_free_cache memory.\n");
167 pr_info("Attempting double slab free ...\n");
178 pr_info("Unable to allocate a_cache memory.\n");
184 pr_info("Attempting cross-cache slab free ...\n");
192 pr_info("Attempting non-Slab slab free ...\n");