Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getMemoryRegionsActive (0.4 seconds)

  1. src/main/java/jcifs/internal/smb2/rdma/RdmaStatistics.java

            return memoryRegionsAllocated.get();
        }
    
        /**
         * Get number of currently active memory regions
         *
         * @return active memory region count
         */
        public long getMemoryRegionsActive() {
            return memoryRegionsActive.get();
        }
    
        /**
         * Calculate error rate as percentage of total operations
         *
         * @return error rate (0.0 to 1.0)
         */
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sun Aug 24 00:12:28 GMT 2025
    - 10.7K bytes
    - Click Count (0)
Back to Top