Searched refs:free_end (Results 1 – 2 of 2) sorted by relevance
195 size_t free_end = free_start + freedSize; in ~Allocation() local198 if (end > free_end) in ~Allocation()199 end = free_end; in ~Allocation()
482 free_end = pModule.getNamePool().freeinfo_end(); in addSymbolsToOutput() local483 for (free_it = pModule.getNamePool().freeinfo_begin(); free_it != free_end; in addSymbolsToOutput()