Co-Authored-By: RalfJung <post@ralfj.de>
This commit is contained in:
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer 2018-11-20 09:47:36 +01:00 committed by Ralf Jung
parent fb8b1e3989
commit 349271ab2c

View file

@ -55,7 +55,7 @@ pub struct Allocation<Tag=(),Extra=()> {
pub trait AllocationExtra<Tag, MemoryExtra>: ::std::fmt::Debug + Clone {
/// Hook to initialize the extra data when an allocation gets crated.
/// Hook to initialize the extra data when an allocation gets created.
fn memory_allocated(
_size: Size,
_memory_extra: &MemoryExtra