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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp660 julong AllocStats::resource_bytes() { return Arena::_bytes_allocated - start_res_bytes; } function in class:AllocStats
664 num_mallocs(), alloc_bytes()/M, num_frees(), free_bytes()/M, resource_bytes()/M);

Completed in 40 milliseconds