Sha256: 0fd8721fa8075f2b07bce6e39c69208f8a3b144a25a6408d8b3468b9b3900f8c
Contents?: true
Size: 328 Bytes
Versions: 123
Compression:
Stored size: 328 Bytes
Contents
#ifndef __SKYLIGHT_NATIVE__ #define __SKYLIGHT_NATIVE__ #include <stdint.h> void sky_activate_memprof(void); void sky_deactivate_memprof(void); uint64_t sky_allocation_count(void); uint64_t sky_consume_allocations(); void sky_clear_allocation_count(void); int sky_have_memprof(void); #define UNUSED(x) (void)(x) #endif
Version data entries
123 entries across 123 versions & 2 rubygems