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

Declarations

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  134   size_t maximumAllocationSize() const;

References

projects/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  151       MaxSimultaneousAllocations * maximumAllocationSize();
  192   if (Size == 0 || Size > maximumAllocationSize())
  244                    maximumAllocationSize());
  268   return ByteOffsetFromPoolStart / (maximumAllocationSize() + PageSize);
  272   return GuardedPagePool + (PageSize * (1 + N)) + (maximumAllocationSize() * N);
  283   size_t PagesPerSlot = maximumAllocationSize() / PageSize;
  314   uintptr_t Offset = maximumAllocationSize();