Searched refs:max_alloc_buf_size (Results 1 – 1 of 1) sorted by relevance
111 constexpr size_t max_alloc_buf_size = 128 * 1024; in ETDumpGen() local124 (size_t)((buffer_size / 4 > max_alloc_buf_size) ? max_alloc_buf_size in ETDumpGen()