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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp652 start_mfree_bytes = os::free_bytes;
659 julong AllocStats::free_bytes() { return os::free_bytes - start_mfree_bytes; }
H A Dallocation.hpp559 julong start_malloc_bytes, start_mfree_bytes, start_res_bytes; member in class:AllocStats

Completed in 779 milliseconds