Home | History | Annotate | Download | only in memcheck

Lines Matching full:allocation

68           "  Allocation descriptor for this pointer has not been found in the\n"
69 " allocation map for the process. Most likely, this is an attempt\n"
79 * desc - Allocation descriptor for the violation.
167 printf(" Allocation descriptor for this violation:\n");
178 * desc_ptr - Upon exit from this routine contains pointer to the allocation
179 * descriptor matching given address range, or NULL, if allocation
184 * process allocation descriptors map, or
254 /* Checks if process has allocation descriptors for pages defined by a buffer.
320 // Enable new PID allocation tracing.
390 * allocation descriptors map. */
406 // Copy allocation descriptor from guest to emulator.
414 ME("memcheck: Unable to obtain process for allocation pid=%u",
424 /* Copy thread's calling stack to the allocation descriptor. */
438 * other hand, we keep calling stack entries in allocation descriptor in
457 ME("memcheck: Duplicate allocation blocks:");
468 ME("memcheck: Unable to insert an entry to the allocation map:");
510 " This pointer is unexpected for 'free' operation, as allocation\n"
511 " descriptor found for this pointer in the process' allocation map\n"
513 " Allocation descriptor matching the pointer:\n",
542 // Find allocation entry for the given address.
550 // Copy allocation descriptor back to the guest's space.