Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DMemoryDealer.cpp195 size_t free_end = free_start + freedSize; in ~Allocation() local
198 if (end > free_end) in ~Allocation()
199 end = free_end; in ~Allocation()
/aosp12/art/runtime/
H A Ddebugger.cc582 void* free_end = start; in ProcessRecord() local
584 reinterpret_cast<uintptr_t>(free_end) - reinterpret_cast<uintptr_t>(free_start); in ProcessRecord()
/aosp12/frameworks/compile/mclinker/lib/Object/
H A 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()