Searched refs:CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
48 - const CHUNK_SIZE = 10000;57 - if (length === CHUNK_SIZE) {
25 #define CHUNK_SIZE 4096 macro183 const uint64_t extra_size = (new_size + CHUNK_SIZE - 1) & ~(CHUNK_SIZE - 1); in AppendToMemBuffer()
Completed in 5 milliseconds