Home | History | Annotate | Download | only in coregrind

Lines Matching defs:mem

162    void * mem = malloc(size);
163 if (mem == NULL)
165 return mem;
172 void * mem = realloc(ptr, size);
173 if (mem == NULL)
175 return mem;
1491 sprintf(shared_mem, "%s-shared-mem-vgdb-%d-by-%s-on-%s", vgdb_prefix,
2091 " -D arg tells to show shared mem status and then exit.\n"