Searched refs:ClassSize (Results 1 – 2 of 2) sorted by relevance
77 const uptr ClassSize = C->ClassSize; in allocate() local79 Stats.add(StatAllocated, ClassSize); in allocate()80 Stats.sub(StatFree, ClassSize); in allocate()93 const uptr ClassSize = C->ClassSize; in deallocate() local96 Stats.sub(StatAllocated, ClassSize); in deallocate()97 Stats.add(StatFree, ClassSize); in deallocate()135 uptr ClassSize; member155 P->ClassSize = Size; in initCache()159 P->ClassSize = 0; in initCache()
3317 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas() local3318 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()3324 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8)); in processStaticAllocas()