Searched defs:this_head (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/memory/ | ||
| H A D | freeList.cpp | 263 Chunk* this_head = head(); local 265 fl_tail->link_next(this_head); 266 this_head->link_prev(fl_tail); |
Completed in 75 milliseconds