FreeSWITCH.Native.freeswitch.switch_core_memory_reclaim_all C# (CSharp) Method

switch_core_memory_reclaim_all() public static method

public static switch_core_memory_reclaim_all ( ) : void
return void
        public static void switch_core_memory_reclaim_all()
        {
            freeswitchPINVOKE.switch_core_memory_reclaim_all();
        }
freeswitch