Skip to main contentCrate iob
Source - BlobIdAllocator
- Helper struct implementing the lock-free blob-id allocator over memory.
- Header
- Header for the ID allocator region.
- Index
- Represents a blob bookkeeping index slot.
- Iter
- Iterator over blobs in a
BlobIdAllocator.
- AllocateError
- Possible error conditions when attempting to allocate a blob ID.
- AllocateErrorWith
- Error type for
allocate_with combining allocator errors and copy errors. - BlobError
- Possible error conditions when retrieving a blob by ID, either via iteration or
get_blob(). - ZeroFill
- Specifies whether memory should be zeroed when initializing a
BlobIdAllocator.