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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp39 #define ARENA_ALIGN_M1 (((size_t)(ARENA_AMALLOC_ALIGNMENT)) - 1)
333 assert(is_power_of_2(ARENA_AMALLOC_ALIGNMENT) , "should be a power of 2");
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp360 #define ARENA_AMALLOC_ALIGNMENT (2*BytesPerWord) macro

Completed in 36 milliseconds