Typo
Co-Authored-By: RalfJung <post@ralfj.de>
This commit is contained in:
parent
fb8b1e3989
commit
349271ab2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue