get total and free memory on the computing device in bytes
| 385 | |
| 386 | //! get total and free memory on the computing device in bytes |
| 387 | std::pair<size_t, size_t> get_mem_status_bytes() const { |
| 388 | return m_impl->get_mem_status_bytes(); |
| 389 | } |
| 390 | |
| 391 | #if !MGB_BUILD_SLIM_SERVING |
| 392 | std::pair<size_t, size_t> get_free_left_and_right( |
no outgoing calls