@@ -223,8 +223,6 @@ abstract class ILooper
if(defined('USE_COROUTINE') && USE_COROUTINE)
{
- trackerHookMalloc();
-
$res = \Swoole\Coroutine::stats();
$num = $res['coroutine_num'];
$mem = memory_get_usage();