Searched defs:initialAllocation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A Dbag.c39 bagCreateBag(int itemSize, int initialAllocation) { argument
45 theBag->items = jvmtiAllocate(initialAllocation * itemSize);
51 theBag->allocated = initialAllocation;

Completed in 48 milliseconds