reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/scudo/standalone/primary32.h
   77                         (getSizeByClassId(I) >= (PageSize / 32));
  138         const uptr BlockSize = getSizeByClassId(PossibleRegions[I]);
  297     const uptr Size = getSizeByClassId(ClassId);
  336     const uptr AvailableChunks = Sci->AllocatedUser / getSizeByClassId(ClassId);
  339                 ClassId, getSizeByClassId(ClassId), Sci->AllocatedUser >> 10,
  346     const uptr BlockSize = getSizeByClassId(ClassId);