Returns vm.max_map_count kernel limit on Linux or 0 on other OSes.
()
| 249 | * Returns vm.max_map_count kernel limit on Linux or 0 on other OSes. |
| 250 | */ |
| 251 | public native static long getMapCountLimit(); |
| 252 | |
| 253 | public static MmapCache getMmapCache() { |
| 254 | return mmapCache; |
no outgoing calls
no test coverage detected