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

/openjdk10/hotspot/src/share/vm/memory/
H A Dallocation.cpp250 julong AllocStats::alloc_bytes() { return os::alloc_bytes - start_malloc_bytes; } function in class:AllocStats
/openjdk10/hotspot/src/share/vm/runtime/
H A Dos.hpp726 static julong alloc_bytes; // # of bytes allocated member in class:os
H A Dos.cpp81 julong os::alloc_bytes = 0; // # of bytes allocated member in class:os
/openjdk10/hotspot/src/share/vm/opto/
H A Dmacro.cpp1527 Node* alloc_bytes = make_load(fast_oop_ctrl, store_eden_top, alloc_bytes_adr, local

Completed in 104 milliseconds