Searched refs:MAX_CHUNK (Results 1 – 3 of 3) sorted by relevance
91 if (count < 1 || count > MAX_CHUNK) { in alloc_string()180 if (count < 1 || count > MAX_CHUNK) { in alloc_struct()268 if (count < 1 || count > MAX_CHUNK) { in free_struct()396 FIRSTSIZE, LASTSIZE, MAX_CHUNK); in alloc_mem_p()400 FIRSTSIZE, LASTSIZE, MAX_CHUNK); in alloc_mem_p()425 FIRSTSIZE, LASTSIZE, MAX_CHUNK); in alloc_mem()429 FIRSTSIZE, LASTSIZE, MAX_CHUNK); in alloc_mem()
30 #define MAX_CHUNK 262144 //max single chunk macro
56 private static final int MAX_CHUNK = 256; field in AbstractSessionOutputBuffer105 if (len > MAX_CHUNK || len > this.buffer.capacity()) { in write()