Home | History | Annotate | Download | only in coregrind

Lines Matching defs:mem

92    void * mem = malloc(size);
93 if (mem == NULL)
95 return mem;
100 void * mem = realloc(ptr, size);
101 if (mem == NULL)
103 return mem;
534 sprintf(shared_mem, "%s-shared-mem-vgdb-%d-by-%s-on-%s", vgdb_prefix,
1109 " -D arg tells to show shared mem status and then exit.\n"