Searched defs:isAllocated (Results 1 – 2 of 2) sorted by relevance
110 virtual bool isAllocated(void) const { return false; } in isAllocated() function245 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function302 virtual bool isAllocated(void) const { return mBuf != NULL; } in isAllocated() function
72 bool isAllocated() const { in isAllocated() function