Lines Matching refs:allocation_granularity
591 VirtualAddressSpace(size_t page_size, size_t allocation_granularity,
595 allocation_granularity_(allocation_granularity),
605 * which use the allocation_granularity(), see below.
619 size_t allocation_granularity() const { return allocation_granularity_; }
655 * \returns a random address aligned to allocation_granularity().
669 * allocation_granularity().
672 * multiple of the allocation_granularity() and should be a power of two.
723 * the allocation_granularity().
726 * the allocation_granularity().
754 * allocation_granularity().
762 * should start. Must be a multiple of the allocation_granularity().
803 * allocation_granularity().
806 * of the allocation_granularity() and should be a power of two.