Searched refs:DEFAULT_BLOCK_SIZE (Results 1 – 12 of 12) sorted by relevance
14 #define DEFAULT_BLOCK_SIZE 8192 macro115 size < DEFAULT_BLOCK_SIZE ? in block_alloc()116 DEFAULT_BLOCK_SIZE : size); in block_alloc()137 arena->a_head = block_new(DEFAULT_BLOCK_SIZE); in PyArena_New()153 arena->total_block_size = DEFAULT_BLOCK_SIZE; in PyArena_New()198 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE) in PyArena_Malloc()
37 #define DEFAULT_BLOCK_SIZE 16 macro625 sizeof(struct instr) * DEFAULT_BLOCK_SIZE); in compiler_next_instr()630 b->b_ialloc = DEFAULT_BLOCK_SIZE; in compiler_next_instr()632 sizeof(struct instr) * DEFAULT_BLOCK_SIZE); in compiler_next_instr()
13 #define DEFAULT_BLOCK_SIZE 8192 macro112 size < DEFAULT_BLOCK_SIZE ? in block_alloc()113 DEFAULT_BLOCK_SIZE : size); in block_alloc()134 arena->a_head = block_new(DEFAULT_BLOCK_SIZE); in PyArena_New()150 arena->total_block_size = DEFAULT_BLOCK_SIZE; in PyArena_New()195 if (arena->a_cur->ab_size > DEFAULT_BLOCK_SIZE) in PyArena_Malloc()
34 #define DEFAULT_BLOCK_SIZE 16 macro804 sizeof(struct instr) * DEFAULT_BLOCK_SIZE); in compiler_next_instr()809 b->b_ialloc = DEFAULT_BLOCK_SIZE; in compiler_next_instr()811 sizeof(struct instr) * DEFAULT_BLOCK_SIZE); in compiler_next_instr()
38 …SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.DEFAULT_BLOCK_SIZE) in roundTripTest()93 …SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.DEFAULT_BLOCK_SIZE) in blaTarRoundtripTunedForSpeed()102 …SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.DEFAULT_BLOCK_SIZE) in blaTarRoundtripTunedForCompressionRatio()
47 public static final int DEFAULT_BLOCK_SIZE = 32768; field in SnappyCompressorInputStream69 this(is, DEFAULT_BLOCK_SIZE); in SnappyCompressorInputStream()
62 …SnappyCompressorOutputStream.createParameterBuilder(SnappyCompressorInputStream.DEFAULT_BLOCK_SIZE) in FramedSnappyCompressorOutputStream()
72 this(os, uncompressedSize, SnappyCompressorInputStream.DEFAULT_BLOCK_SIZE); in SnappyCompressorOutputStream()
113 this(in, SnappyCompressorInputStream.DEFAULT_BLOCK_SIZE, dialect); in FramedSnappyCompressorInputStream()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/jvm/ kotlin/ ...
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...