Searched refs:total_free (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c138 int total_free; member in struct:ioevent
291 ioeh->total_free = 0;
352 if (unused != ioeh->total_free)
354 unused, ioeh->total_free, used);
418 if (ioeh->total_free)
423 ioeh->total_free--;
451 ioeh->total_free = new_total - ioeh->last_index - 1;
528 ioeh->total_free++;
533 (ioeh->total_free > (ioeh->last_index / 3)) )
565 ioeh->total_free
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1203 size_t total_free() { return _total_free; } function in class:PrintTreeCensusClosure
1236 "total_free(words): " SIZE_FORMAT_W(16)
1238 ptc.total_free(),
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2551 size_t total_free = 0; local
2554 total_free += fl->count() * fl->size();
2572 SIZE_FORMAT " words", total_free);

Completed in 1204 milliseconds