| 661 | } |
| 662 | |
| 663 | void mt_swap_thread() |
| 664 | { |
| 665 | return MtFrame::Instance()->SwapDaemonThread(); |
| 666 | } |
| 667 | |
| 668 | #define BUF_ALIGNMENT_SIZE 4096 |
| 669 | #define BUF_ALIGN_SIZE(x) (((x)+BUF_ALIGNMENT_SIZE-1)&~(BUF_ALIGNMENT_SIZE-1)) |
nothing calls this directly
no test coverage detected