|
pure virtual |
This method is used to determine if the specified memory belongs to this memory pool.
| pMem | A pointer to the memory to be tested. |
| Success | P6R::eOk | The memory pointed to by pMem belongs to this memory pool. |
| Failure | P6R::eInvalidArg | pMem is NULL |
| P6R::eFail | The memory pointed to by pMem does not belong to this meomry pool. |