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.
ACBASE_PORT bool acIsStackAddress( void* p );
acheapmanager.h
Checks if the input address is from the stack.
| Parameters | Description |
|---|---|
| p | Input address |
Returns true if the input address is on the stack.