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

References

projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  118     allocated = allocator.Allocate(t->allocator_cache(), size, alignment);
  122     allocated = allocator.Allocate(cache, size, alignment);
  128     ReportOutOfMemory(size, stack);
  136     internal_memset(allocated, 0, size);
  138     uptr fill_size = Min(size, (uptr)flags()->max_malloc_fill_size);
  141   if (size != orig_size) {
  143                     size - orig_size - 1);
  166       user_ptr = (void *)TagMemoryAligned((uptr)user_ptr, size, 0);
  170   HWASAN_MALLOC_HOOK(user_ptr, size);