Skip to main content

Crate dumballoc

Crate dumballoc 

Source

Macros§

dumballoc
allocates a given type in a thread-local static variable so that subsequent calls at the same callsite will reuse the same allocation
dumballoc_clear
same as dumballoc but also calls ‘.clear()’ on the allocated variable before returning it