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

/openjdk7/hotspot/src/share/vm/memory/
H A DcardTableModRefBS.cpp296 MemRegion const uncommit_region = local
299 if (!uncommit_region.is_empty()) {
304 if (!os::uncommit_memory((char*)uncommit_region.start(),
305 uncommit_region.byte_size())) {

Completed in 32 milliseconds