void hmm_cleanup(void) { /* * free dummy memory first */ hmm_free(dummy_ptr); dummy_ptr = NULL; hmm_bo_device_exit(&bo_device); }
void hmm_cleanup(void) { /* * free dummy memory first */ hmm_free(dummy_ptr); dummy_ptr = NULL; hmm_bo_device_exit(&bo_device); hmm_pool_unregister(HMM_POOL_TYPE_DYNAMIC); }