Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DMemoryDealer.cpp194 size_t free_start = freedOffset; in ~Allocation() local
195 size_t free_end = free_start + freedSize; in ~Allocation()
196 if (start < free_start) in ~Allocation()
197 start = free_start; in ~Allocation()