Update mod.rs
This commit is contained in:
parent
d8b0c5fb37
commit
c061ff4b69
@ -119,7 +119,7 @@ pub enum ReallocPlacement {
|
||||
///
|
||||
/// Unlike [`GlobalAlloc`][], zero-sized allocations are allowed in `AllocRef`. If an underlying
|
||||
/// allocator does not support this (like jemalloc) or return a null pointer (such as
|
||||
/// `libc::malloc`), this is caught by the implementation.
|
||||
/// `libc::malloc`), this must be caught by the implementation.
|
||||
///
|
||||
/// ### Currently allocated memory
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user