Github user selvaganesang commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1113#discussion_r120685625
  
    --- Diff: core/sql/common/NAMemory.h ---
    @@ -468,6 +468,11 @@ NA_EIDPROC
       NAMemoryType getType() {  return type_; }
     NA_EIDPROC
       NABoolean getUsage(size_t* lastSegSize, size_t* freeSize, size_t* 
totalSize);
    +  // for debugging
    +NA_EIDPROC
    +  NABoolean containsAddress(void *addr)
    +        { return NABlock::blockHolding(firstBlk_, addr) != NULL; }
    +
    --- End diff --
    
    Please ignore this comment. I should have read the commit message


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to