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
dumballocbut also calls ‘.clear()’ on the allocated variable before returning it