maxBufferSize top-level constant

int const maxBufferSize

Maximum buffer size for FFI buffer allocations (16 MB).

Implementation

const int maxBufferSize = 16 * 1024 * 1024;