So i have a question i couldn't really find a solution for myself... I have a function that is called quite often, in the function i have to define quite a few buffers that are used throughout the functions lifetime. What are possible solutions? Can i create statically allocated buffers all the time (every call)? Should i predefine all of these buffers and make them static and use them all the time? It's about async function size