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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp264 static size_t aligned_overhead_size(void) { return ARENA_ALIGN(sizeof(Chunk)); } function in class:Chunk
270 char* bottom() const { return ((char*) this) + aligned_overhead_size(); }

Completed in 24 milliseconds