Share

AcStackAllocator::delete (void*, void*) Operator

C++

static void operator delete(
    void* p, 
    const void* pParent
);

Description

Releases memory from the stack.

Parameters

Parameters Description
p Input object pointer
pParent Input parent object

Links

AcStackAllocator

Was this information helpful?