#pragma once #define ALLOCATE_ON_STACK(BYTES_COUNT) _alloca(BYTES_COUNT)