Grow the densemap so that it can contain at least NumEntries items before resizing again.

Synopsis

Declared in <llvm/ADT/DenseMap.h>

void
reserve(size_type NumEntries);

Parameters

Name

Description

NumEntries

Minimum number of entries to accommodate without growing.

Created with MrDocs