Searched refs:free_end (Results 1 – 3 of 3) 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()
582 void* free_end = start; in ProcessRecord() local584 reinterpret_cast<uintptr_t>(free_end) - reinterpret_cast<uintptr_t>(free_start); in ProcessRecord()
482 free_end = pModule.getNamePool().freeinfo_end(); in addSymbolsToOutput() local483 for (free_it = pModule.getNamePool().freeinfo_begin(); free_it != free_end; in addSymbolsToOutput()