Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DMemoryDealer.cpp193 size_t free_end = free_start + freedSize; in ~Allocation() local
196 if (end > free_end) in ~Allocation()
197 end = free_end; in ~Allocation()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp482 free_end = pModule.getNamePool().freeinfo_end(); in addSymbolsToOutput() local
483 for (free_it = pModule.getNamePool().freeinfo_begin(); free_it != free_end; in addSymbolsToOutput()