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

References

projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
   71   return allocator.GetActuallyAllocatedSize(reinterpret_cast<void *>(block_));
   75   return allocator.FromPrimary(reinterpret_cast<void *>(block_));
   79   allocator.GetStats(s);
   86   allocator.Init(common_flags()->allocator_release_to_os_interval_ms);
   92   allocator.SwallowCache(cache);
  118     allocated = allocator.Allocate(t->allocator_cache(), size, alignment);
  122     allocated = allocator.Allocate(cache, size, alignment);
  131       reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
  193       reinterpret_cast<Metadata *>(allocator.GetMetaData(aligned_ptr));
  226     allocator.Deallocate(t->allocator_cache(), aligned_ptr);
  233     allocator.Deallocate(cache, aligned_ptr);
  247         reinterpret_cast<Metadata *>(allocator.GetMetaData(untagged_ptr_old));
  265   void *block = allocator.GetBlockBegin(reinterpret_cast<void*>(address));
  269       reinterpret_cast<Metadata*>(allocator.GetMetaData(block));
  276   const void *beg = allocator.GetBlockBegin(untagged_ptr);
  277   Metadata *b = (Metadata *)allocator.GetMetaData(untagged_ptr);
  388   allocator.GetStats(stats);
  394   allocator.GetStats(stats);