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

/openjdk10/hotspot/src/share/vm/memory/
H A Dallocation.cpp252 julong AllocStats::free_bytes() { return os::free_bytes - start_mfree_bytes; } function in class:AllocStats
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.hpp728 static julong free_bytes; // # of bytes freed member in class:os
H A Dos.cpp83 julong os::free_bytes = 0; // # of bytes freed member in class:os
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DparNewGeneration.cpp246 size_t free_bytes = sp->free(); local
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1DefaultPolicy.cpp138 const size_t free_bytes = (_base_free_regions - young_length) * HeapRegion::GrainBytes; local

Completed in 111 milliseconds