Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h50 // We read ClassSize first before accessing Chunks because it's adjacent to in add()
53 const uptr ClassSize = C->ClassSize; in copyToArray()
55 Stats.add(StatAllocated, ClassSize); in getCount()
56 Stats.sub(StatFree, ClassSize); in isEmpty()
69 const uptr ClassSize = C->ClassSize;
72 Stats.sub(StatAllocated, ClassSize);
73 Stats.add(StatFree, ClassSize);
116 const uptr ClassSize in allocate()
118 const uptr ClassSize = C->ClassSize; allocate() local
137 const uptr ClassSize = C->ClassSize; deallocate() local
192 const uptr ClassSize = I == BatchClassId getStats() local
213 uptr ClassSize; alignas() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3644 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas() local
3645 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()
3651 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8)); in processStaticAllocas()