Searched defs:CountingDeleter (Results 1 – 2 of 2) sorted by relevance
49 struct CountingDeleter { struct50 explicit CountingDeleter(int* count) : count_(count) {} in CountingDeleter() function51 inline void operator()(double* ptr) const { in operator ()()54 int* count_;
48 struct CountingDeleter { struct49 explicit CountingDeleter(int* count) : count_(count) {} in CountingDeleter() argument50 inline void operator()(double* ptr) const { in operator ()()53 int* count_;