CARB_PROFILE_FREE#

Defined in carb/profiler/Profile.h

CARB_PROFILE_FREE(maskOrChannel, ptr)#

Records a free event for profilers that support them.

Parameters:
  • maskOrChannel – The event mask (see carb::profiler::setCaptureMask()) or a profiling channel.

  • ptr – The memory address that was freed.