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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp653 start_res_bytes = Arena::_bytes_allocated;
660 julong AllocStats::resource_bytes() { return Arena::_bytes_allocated - start_res_bytes; }
H A Dallocation.hpp559 julong start_malloc_bytes, start_mfree_bytes, start_res_bytes; member in class:AllocStats

Completed in 2120 milliseconds