ffiScratchPoolSlotCount top-level constant

int const ffiScratchPoolSlotCount

Reusable FFI scratch slots per isolate.

Sized for high-throughput async worker presets (up to 6 workers) plus headroom for reentrant callWithBuffer on the same isolate.

Implementation

const int ffiScratchPoolSlotCount = 8;