| 747 | } |
| 748 | |
| 749 | void MemoryManagerFunctionWrapper::unlock(void *ptr, bool user_unlock) { |
| 750 | AF_CHECK( |
| 751 | getMemoryManager(handle_).unlock_fn(handle_, ptr, (int)user_unlock)); |
| 752 | } |
| 753 | |
| 754 | void MemoryManagerFunctionWrapper::signalMemoryCleanup() { |
| 755 | AF_CHECK(getMemoryManager(handle_).signal_memory_cleanup_fn(handle_)); |
no outgoing calls
no test coverage detected