Home
last modified time | relevance | path

Searched refs:totalNumberOfDeallocations (Results 1 – 2 of 2) sorted by relevance

/dports/audio/praat/praat-6.2.03/melder/
H A Dmelder_strings.cpp23 static int64 totalNumberOfAllocations = 0, totalNumberOfDeallocations = 0, totalAllocationSize = 0,… variable
33 totalNumberOfDeallocations += 1; in MelderString16_free()
47 totalNumberOfDeallocations += 1; in MelderString_free()
60 totalNumberOfDeallocations += 1; in MelderString_expand_()
162 return totalNumberOfDeallocations; in MelderString_deallocationCount()
H A Dmelder_alloc.cpp23 static int64 totalNumberOfAllocations = 0, totalNumberOfDeallocations = 0, totalAllocationSize = 0, variable
101 totalNumberOfDeallocations += 1; in _Melder_free()
120 totalNumberOfDeallocations += 1; in Melder_realloc()
151 totalNumberOfDeallocations += 1; in Melder_realloc_f()
231 return totalNumberOfDeallocations; in Melder_deallocationCount()