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

References

projects/compiler-rt/lib/msan/msan_allocator.cpp
  120   allocator.Init(common_flags()->allocator_release_to_os_interval_ms);
  130   allocator.SwallowCache(GetAllocatorCache(this));
  146     allocated = allocator.Allocate(cache, size, alignment);
  150     allocated = allocator.Allocate(cache, size, alignment);
  159       reinterpret_cast<Metadata *>(allocator.GetMetaData(allocated));
  178   Metadata *meta = reinterpret_cast<Metadata *>(allocator.GetMetaData(p));
  194     allocator.Deallocate(cache, p);
  198     allocator.Deallocate(cache, p);
  204   Metadata *meta = reinterpret_cast<Metadata*>(allocator.GetMetaData(old_p));
  206   uptr actually_allocated_size = allocator.GetActuallyAllocatedSize(old_p);
  238   const void *beg = allocator.GetBlockBegin(p);
  240   Metadata *b = (Metadata *)allocator.GetMetaData(p);
  331   allocator.GetStats(stats);
  337   allocator.GetStats(stats);