< prev index next >

src/share/vm/memory/allocation.inline.hpp

Print this page

        

*** 26,35 **** --- 26,36 ---- #define SHARE_VM_MEMORY_ALLOCATION_INLINE_HPP #include "runtime/atomic.hpp" #include "runtime/os.hpp" #include "services/memTracker.hpp" + #include "utilities/align.hpp" #include "utilities/globalDefinitions.hpp" // Explicit C-heap memory management void trace_heap_malloc(size_t size, const char* name, void *p);
< prev index next >