Home | History | Annotate | Download | only in coregrind

Lines Matching defs:mem

161    void * mem = malloc(size);
162 if (mem == NULL)
164 return mem;
171 void * mem = realloc(ptr, size);
172 if (mem == NULL)
174 return mem;
1469 sprintf(shared_mem, "%s-shared-mem-vgdb-%d-by-%s-on-%s", vgdb_prefix,
2069 " -D arg tells to show shared mem status and then exit.\n"