Home | History | Annotate | Download | only in memcheck

Lines Matching refs:found

74           "  Allocation descriptor for this pointer has not been found in the\n"
157 printf(" Unable to obtain routine information. Symbols file is not found.\n");
183 * been found.
186 * descriptor for the validated memory range has not been found.
517 " descriptor found for this pointer in the process' allocation map\n"
534 MallocDescEx* found;
549 found = procdesc_find_malloc(proc, qdesc.ptr);
550 if (found == NULL) {
557 memcheck_set_malloc_descriptor(qdesc.desc, &found->malloc_desc);
594 /* Even though descriptor for the given address range has not been found,
630 /* Even though descriptor for the given address range has not been found,