nn::fnd::FrameHeapBase::HasAddress Member Function
protected:
virtual bool HasAddress(
const void * addr
) const;
| Name | Description | |
|---|---|---|
| in | addr | Specifies the address of the memory to evaluate. |
true if it's within a heap, or false if it's not within a heap. Determines whether the specified address is located within a heap.
const to the definition.CONFIDENTIAL