Skip to content
Snippets Groups Projects
Commit 09b969ef authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

include GeoGenericFunctions in list of allocations

parent 3e5a501c
Branches
Tags
No related merge requests found
......@@ -175,7 +175,7 @@ int main(int argc, char ** argv) {
//
// Ceci n'est pas une pipe:
//
FILE *ceci=popen(("heap --guessNonObjects " + std::to_string(getpid()) + " | grep GeoModel" ).c_str(),"r");
FILE *ceci=popen(("heap --guessNonObjects " + std::to_string(getpid()) + " | grep -e GeoModelKernel -e GeoGenericFunctions " ).c_str(),"r");
//
char *line;
size_t linecap=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment