Searched refs:SmallForLinearAlloc (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/cms/
H A DcompactibleFreeListSpace.hpp115 SmallForLinearAlloc = 16, // size < this then use _sLAB enumerator in enum:CompactibleFreeListSpace::SomeConstants
H A DcompactibleFreeListSpace.cpp109 _smallLinearAllocBlock.set(0, 0, 1024*SmallForLinearAlloc,
110 SmallForLinearAlloc);
366 (size_t) SmallForLinearAlloc - 1));
1909 _smallLinearAllocBlock.set(0, 0, 1024*SmallForLinearAlloc, SmallForLinearAlloc);

Completed in 110 milliseconds