Allocates space for an object. The allocated space is put on the stack and freed when the calling function returns.
void* __alloca (size_t size)