| 194 | |
| 195 | public: |
| 196 | void setMemoryMonitorFunction(RTCMemoryMonitorFunction fptr, void* uptr) |
| 197 | { |
| 198 | memory_monitor_function = fptr; |
| 199 | memory_monitor_userptr = uptr; |
| 200 | } |
| 201 | |
| 202 | RTCMemoryMonitorFunction memory_monitor_function; |
| 203 | void* memory_monitor_userptr; |
no outgoing calls
no test coverage detected