Function TRITONSERVER_ResponseAllocatorDelete

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ResponseAllocatorDelete(TRITONSERVER_ResponseAllocator *allocator)

Delete a response allocator.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • allocator: The response allocator object.