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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp170 static size_t unallocated_capacity() { return _heap->unallocated_capacity(); } function in class:CodeCache
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp163 size_t unallocated_capacity() const { return max_capacity() - allocated_capacity(); } function in class:CodeHeap

Completed in 255 milliseconds