Searched refs:round_size (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ | ||
H A D | allocation.cpp | 376 size_t round_size = (sizeof (char *)) - 1; local 377 init_size = (init_size+round_size) & ~round_size; |
Completed in 22 milliseconds