Constructs a new bitmap with `size` bits and uses `alloc` as the allocator. ## Example ```rust use alloc::alloc::Global; let mut bitmap = Bitmap::new_in(Global, 4096); ```
(alloc: A, size: usize)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected