Devel-LeakTrace-Fast

 view release on metacpan or  search on metacpan

Fast.xs  view on Meta::CPAN

#include "common.h"
#include "tools.h"

MODULE = Devel::LeakTrace::Fast PACKAGE = Devel::LeakTrace::Fast

PROTOTYPES: ENABLE

void
_hook_runops()
PPCODE:
{
    tools_hook_runops();
}

void
_reset_counters()
PPCODE:
{
    tools_reset_counters();
}

void
_show_used()
CODE:
{
    tools_show_used();
}



( run in 0.493 second using v1.01-cache-2.11-cpan-5511b514fd6 )