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).