HH\set_mem_threshold_callback

namespace HH;

function set_mem_threshold_callback(
  int $threshold,
  mixed $callback,
): void;

Parameters

  • int $threshold
  • mixed $callback

Returns

  • void