Esempio n. 1
0
void ResidentVocabulary::addLeakChecks(Util::ILeakChecks& leaks) {
  return;
  // TODO: make sure nobody creates
  // symbols before starting pipeline/transformationrequest leakcheck, or
  // before/after reset
  leaks.add(new VocabularyUnkLeakCheck(*this));
  leaks.add(new VocabularyResidentLeakCheck(*this));
}
Esempio n. 2
0
void ResidentVocabulary::addLeakChecks(Util::ILeakChecks& leaks) {
  leaks.add(new VocabularyUnkLeakCheck(*this));
  leaks.add(new VocabularyResidentLeakCheck(*this));
}