Returns the memory tracker. */
| 964 | |
| 965 | /** Returns the memory tracker. */ |
| 966 | inline shared_ptr<MemoryTracker> memory_tracker() { |
| 967 | return memory_tracker_; |
| 968 | } |
| 969 | |
| 970 | /** |
| 971 | * Checks the config to see if non empty domain should be serialized on array |
no outgoing calls
no test coverage detected