Home | History | Annotate | Download | only in arch

Lines Matching refs:kMaxHandles

1070     static const size_t kMaxHandles = 1000000;
1071 std::unique_ptr<StackHandleScope<kMaxHandles>> hsp(new StackHandleScope<kMaxHandles>(self));