| 205 | } |
| 206 | |
| 207 | Object *allocateObject() { return (Object *)new Object(paddedByteSize); } |
| 208 | |
| 209 | // This method is called during search to generate query. |
| 210 | // Therefore the object is not persistent. |
nothing calls this directly
no test coverage detected