Searched refs:MAX_MAP_SIZE (Results 1 – 1 of 1) sorted by relevance
468 static constexpr uint32_t MAX_MAP_SIZE = 512 * 1024 * 1024; in SendBuffer() local475 size_t len = std::min(remaining, MAX_MAP_SIZE); in SendBuffer()