The allocated memory will be recycled in bulk after the UDF returns
| 86 | |
| 87 | // The allocated memory will be recycled in bulk after the UDF returns |
| 88 | static void Free(void* ptr) {} |
| 89 | |
| 90 | private: |
| 91 | FunctionContext* ctx_; |
no outgoing calls
no test coverage detected