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

References

projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  113   alignment = Max(alignment, kShadowAlignment);
  113   alignment = Max(alignment, kShadowAlignment);
  118     allocated = allocator.Allocate(t->allocator_cache(), size, alignment);
  122     allocated = allocator.Allocate(cache, size, alignment);