Deallocates a pointer. # Safety `ptr` must point to an allocation, and `size` must be the number of blocks in the allocation. That is, `size` is always in `1..=L`.
(&self, ptr: NonNull<u8>, size: usize)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected