| 1710 | } |
| 1711 | |
| 1712 | void |
| 1713 | rpmalloc_thread_collect(void) { |
| 1714 | _memory_deallocate_deferred(_memory_thread_heap, 0); |
| 1715 | } |
| 1716 | |
| 1717 | void |
| 1718 | rpmalloc_thread_statistics(rpmalloc_thread_statistics_t* stats) { |
nothing calls this directly
no test coverage detected