Share

acIsStackAddress

C++

ACBASE_PORT bool acIsStackAddress(
    void* p
);

File

acheapmanager.h

Description

Checks if the input address is from the stack.

Parameters

Parameters Description
p Input address

Returns

Returns true if the input address is on the stack.

Was this information helpful?