Macrosยง
- implement_
allocator ๐
Structsยง
Traitsยง
Functionsยง
- alloc_
default ๐Helper function to create an empty allocator object - alloc_
if ๐Helper function to allocate memory or return a default value if the condition is false - alloc_
or_ ๐default Helper function to allocate memory or return a default value when the size is 0. - allocate ๐Helper function to allocate memory with the given allocator (may crash if the
len
is 0).