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

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  173   void *Allocate(uptr size);

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  984   return alloc.Allocate(size);
projects/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
   52   char *s2 = (char*)Alloc.Allocate(len + 1);
  181   flags_ = (Flag *)Alloc.Allocate(sizeof(Flag) * kMaxFlags);