Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAllocator.h307 int64_t InCustomSizedSlabIdx = -1; in identifyObject() local
312 return InCustomSizedSlabIdx - static_cast<int64_t>(P - S); in identifyObject()
313 InCustomSizedSlabIdx -= static_cast<int64_t>(Size); in identifyObject()