reserveMemory

API Definition

virtual void reserveMemory(size_t numVecs)

Function

An abstract API for allocating reserved memory for the base library before it is created, but this function is provided by the APIs in the subclass, instead of APIs in this class.

Input

size_t numVecs: number of the base libraries for which reserved memory is allocated.

Output

N/A

Return Value

N/A

Restrictions

N/A