Searched refs:ClassSize (Results 1 – 2 of 2) sorted by relevance
108 const uptr ClassSize = C->ClassSize; in allocate() local110 Stats.add(StatAllocated, ClassSize); in allocate()111 Stats.sub(StatFree, ClassSize); in allocate()124 const uptr ClassSize = C->ClassSize; in deallocate() local127 Stats.sub(StatAllocated, ClassSize); in deallocate()128 Stats.add(StatFree, ClassSize); in deallocate()175 uptr ClassSize; member195 P->ClassSize = Size; in initCache()199 P->ClassSize = 0; in initCache()
3370 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas() local3371 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()3377 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8)); in processStaticAllocas()