libymlMacro BUFFER_DEL
Source macro_rules! BUFFER_DEL {
($buffer:expr) => { ... };
}
Expand description
Deletes the buffer and frees the allocated memory.
§Parameters
buffer
: A mutable reference to the buffer to be deleted.
§Return
This function does not return a value.