reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
134 size_t maximumAllocationSize() const;
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();