Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h108 const uptr ClassSize = C->ClassSize; in allocate() local
110 Stats.add(StatAllocated, ClassSize); in allocate()
111 Stats.sub(StatFree, ClassSize); in allocate()
124 const uptr ClassSize = C->ClassSize; in deallocate() local
127 Stats.sub(StatAllocated, ClassSize); in deallocate()
128 Stats.add(StatFree, ClassSize); in deallocate()
175 uptr ClassSize; member
195 P->ClassSize = Size; in initCache()
199 P->ClassSize = 0; in initCache()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3370 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas() local
3371 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()
3377 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8)); in processStaticAllocas()