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

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

Completed in 41 milliseconds