// SPDX-License-Identifier: Apache-2.0 OR MIT OR Unlicense // TODO: robust memory (failure flags) struct BumpAllocators { binning: atomic, ptcl: atomic, tile: atomic, segments: atomic, }