- Member bit::memory::fallback_allocator< AllocatorStorages >::deallocate (owner< void *> p, std::size_t size)
- If two allocators inside of this fallback allocator both allocate within the same memory region (e.g. inside the same memory block), then the origin of
p
may be incorrectly determined and deallocated incorrectly.