Searched refs:ClassSize (Results 1 – 2 of 2) sorted by relevance
50 // 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...]
3644 int ClassSize = kMinStackMallocSize << StackMallocIdx; in processStaticAllocas() local3645 ShadowAfterReturn.resize(ClassSize / L.Granularity, in processStaticAllocas()3651 ConstantInt::get(IntptrTy, ClassSize - ASan.LongSize / 8)); in processStaticAllocas()