mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 02:57:57 +00:00
019faa446c
We should not panic on an invalid header pointer and instead return an error. It is possible that the application modifies the header pointer illegally, but then we should return an error instead of panicking.
Collection of allocator implementations.
This crate provides the following allocator implementations:
- A freeing-bump allocator:
FreeingBumpHeapAllocator
License: Apache-2.0