VMPI_strstr 146 MMgc/GCMemoryProfiler.cpp if(VMPI_strstr(name, "::Alloc") != NULL || VMPI_strstr 147 MMgc/GCMemoryProfiler.cpp VMPI_strstr(name, "::LargeAlloc") != NULL || VMPI_strstr 148 MMgc/GCMemoryProfiler.cpp VMPI_strstr(name, "::Calloc") != NULL || VMPI_strstr 149 MMgc/GCMemoryProfiler.cpp VMPI_strstr(name, "operator new") != NULL) VMPI_strstr 350 MMgc/GCMemoryProfiler.cpp const char *colons = name ? VMPI_strstr(name, "::") : NULL; VMPI_strstr 355 MMgc/GCMemoryProfiler.cpp const char *colons2 = VMPI_strstr(colons, "::");