Пример #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));
}
Пример #2
0
void ResidentVocabulary::addLeakChecks(Util::ILeakChecks& leaks) {
  leaks.add(new VocabularyUnkLeakCheck(*this));
  leaks.add(new VocabularyResidentLeakCheck(*this));
}