Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h238 int64_t InCustomSizedSlabIdx = -1; in identifyObject() local
243 return InCustomSizedSlabIdx - static_cast<int64_t>(P - S); in identifyObject()
244 InCustomSizedSlabIdx -= static_cast<int64_t>(Size); in identifyObject()