Searched defs:SEGMENT_SIZE (Results 1 – 6 of 6) sorted by relevance
121 #define SEGMENT_SIZE 1024 macro125 #define SEGMENT_SIZE getpagesize() macro
396 private val SEGMENT_SIZE = systemProp("kotlinx.coroutines.semaphore.segmentSize", 16) constant
33 #define SEGMENT_SIZE 1024 macro
32 const val SEGMENT_SIZE = Segment.SIZE constant
2877 internal val SEGMENT_SIZE = systemProp("kotlinx.coroutines.bufferedChannel.segmentSize", 32) in createSegmentFunction() constant
446 #define SEGMENT_SIZE (32 * 1024 -1) macro