Share

AcStackAllocator::new

C++

static void* operator new(
    size_t size
);

Description

Allocates additional memory for the stack.

Parameters

Parameters Description
size Input size for allocation

Links

AcStackAllocator

Was this information helpful?