Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 874066
Collapse All | Expand All

(-)a/src/heap/heap-allocator-inl.h (-1 / +1 lines)
Lines 63-69 Link Here
63
  DCHECK(AllowHandleAllocation::IsAllowed());
63
  DCHECK(AllowHandleAllocation::IsAllowed());
64
  DCHECK(AllowHeapAllocation::IsAllowed());
64
  DCHECK(AllowHeapAllocation::IsAllowed());
65
65
66
  if (FLAG_single_generation && type == AllocationType::kYoung) {
66
  if (FLAG_single_generation.value() && type == AllocationType::kYoung) {
67
    return AllocateRaw(size_in_bytes, AllocationType::kOld, origin, alignment);
67
    return AllocateRaw(size_in_bytes, AllocationType::kOld, origin, alignment);
68
  }
68
  }
69
69

Return to bug 874066