CARB_PROFILE_FREE

Defined in carb/profiler/Profile.h

CARB_PROFILE_FREE(mask, ptr)

Records a free event for profilers that support them.

Parameters
  • mask – The event mask. See carb::profiler::setCaptureMask().

  • ptr – The memory address that was freed.