virtual void SetLimitHandler(LimitHandler* handler) = 0;
SetLimitHandler sets the limit handler for handling memory limit exceeds. Invoked when the limit on the memory for the heap is reached, the handler tries to free the memory through its callback functions.
Parameters |
Description |
LimitHandler* handler |
LimitHandler set for the heap. |